vidIVideo DrawMeasure

Draws the measuring line.

Syntax

vidIVideo_handle DrawMeasure

Application

Tcl Modify

Description

This command draws the measure line that is used for measuring within the video.
Note: You must use SetMeasurePoint1 and SetMeasurePoint2 before drawing the line.

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;	
w1 GetClientHandle Video;
Video SetMeasurePoint1 400 68;
Video SetMeasurePoint2 600 68;
Video DrawMeasure;

Errors

Success (0) or an error message is returned.

Keywords

  • Tcl
  • Video
  • Create
  • Modify