Click or drag to resize

IMcImageFrame Property

Returns one of the frames being managed by this image

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property Frame ( 
	Optional FrameIndex As Integer = -2
) As McFrame
	Get

Parameters

FrameIndex (Optional)
Type: SystemInt32
If given, the FrameIndex of the frame to return. If not given, McActiveFrame is assumed, so that the frame at the ActiveFrameIndex is returned. McLastFrame is also a legal value.

Property Value

Type: McFrame
Remarks
Gives access to an individual McFrame instance.
See Also