Click or drag to resize

IMcGraphObjLineFrameStart Property

Lower limit of the frame range where the object should be displayed.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
Property FrameStart As Integer
	Get
	Set

Property Value

Type: Int32

Implements

IMcGraphObjRectFrameStart
Remarks
By default, objects are displayed on all frames of each McDisplay on which the McGraphOverlay is being shown. The FrameStart and FrameEnd properties can be set to display only on frames less than or equal to this value. For an object to display on a frame, its Layer must have its McGraphOverlay.LayerFrameStart and McGraphOverlay.LayerFrameEnd properties set to include the fame, and the McGraphObj.FrameStart and McGraphObj.FrameEnd properties must also encompass the frame index. Irrespective of the FrameStart and FrameEnd properties, objects are always displayed on McDisplay instances that have no ImageToDisplay or where the ImageToDisplay has only one frame. The default for FrameStart is 0 while the default for FrameEnd is McLastFrame (-1).
See Also