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
SyntaxProperty ActiveFrameIndex As Integer
Get
Set
Property Value
Type:
Int32
RemarksCertain 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 |
---|
On assigment an OnPropertyChanged(ID_IMcImage_ActiveFrameIndex) event is fired. |
See Also