Description
This frame's location in its image's frame list
-
Property type
-
A Long value.
-
Syntax
-
object.FrameIndex
The FrameIndex Property syntax has these parts: |
| object | An expression evaluating to an object of type McFrame. | 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 McImage.RemoveFrames call, then the FrameIndex is -1.
|