Determines if the messure should be drawn on the screen.
*On()Determines if the messure should be drawn on the screen. |
|||||
*On()Determines if the messure should be drawn on the screen. |
Syntax |
*On(true/false) |
|
Arguments |
Name |
Description |
|
True |
The measure will be drawn on the screen. |
|
False |
The measure will not be drawn on the screen. |
Example |
*BeginVideo() • • • *Measure ({VIDEO_FILE_VIDEO_1}, "Master Unit Measure") *Transient(false) *On(true) … *EndVideoMeasure() • • • *EndVideo |
|
Application |
MediaView |
|
Context |
||
Comments |
If On is true, the measure will only be drawn onscreen; otherwise it will not. |
|
See also |
|
|