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:

PartDescription
objectAn expression evaluating to an object of type McImage.
valueA 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.