Description
Get the 0-based index value of the active frame
-
Property type
-
A Long value.
-
Syntax
-
object.ActiveFrameIndex [= value]
The ActiveFrameIndex Property syntax has these parts: |
| object | An expression evaluating to an object of type McImage. | | value | A Long value. | 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.
Notes
On assigment an OnPropertyChanged(ID_IMcImage_ActiveFrameIndex) event is fired.
|