Description
The FrameIndex of the ImageToDisplay Frame being displayed.
-
Property type
-
A Long value.
-
Syntax
-
object.FrameToDisplay [= value]
The FrameToDisplay Property syntax has these parts: |
| object | An expression evaluating to an object of type McView. | | value | A Long value. | Remarks
If this McView instance is the McWindow.View property of the McApplication.ActiveWindow, then the ImageToDisplay.ActiveFrameIndex will follow the displayed FrameToDisplay. Likewise, an assignment to ActiveImage.ActiveFrameIndex will set the ActiveWindow.View.FrameToDisplay (but not that of any other McWindow's showing the ActiveImage unless the TrackActiveFrame property is True).
If TrackActiveFrame is True, then the FrameToDisplay will follow the ImageToDisplay.ActiveFrameIndex.
|