Click or drag to resize

IMcImageActiveFrameIndex Property

Get the 0-based index value of the active frame

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

Property Value

Type: Int32
Remarks
Certain members of McImage take a frame number argument. This argument can usually be set to McActiveFrame. The frame used in that case is the one identified by this method.
Note Note
On assigment an OnPropertyChanged(ID_IMcImage_ActiveFrameIndex) event is fired.
See Also