*Endpoints()

Specifies the pixel locations relative to the bottom left corner of the video or image.

Syntax

*Endpoints (x1, y1, x2, y2)

Application

MediaView

Inputs

x1, y1, x2, y2
The pixel locations for the endpoints of the measure.

Context

*MasterMeasure()

*Measure()

Example

*BeginVideo()
	• • •
	*Measure({VIDEO_FILE_VIDEO_1}, "Master Unit Measure")
		*Endpoints(120,92,377,50)
		…
	*EndVideoMeasure()
	• • •
*EndVideo