Click or drag to resize

IMcFrameFrameIndex Property

This frame's location in its image's frame list

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property FrameIndex As Integer
	Get

Property Value

Type: Int32
Remarks
The FrameIndex property is zero based; that is, the first frame has a FrameIndex of 0. Should the frame have been removed from its image by an IMcImage.RemoveFrames call, then the FrameIndex is -1.
See Also