Description
Steps forward to a new frame in the SequenceFrameRange
-
Return Type
-
None
-
Syntax
-
object.SequenceStepForward [StepCount]
The SequenceStepForward Method syntax has these parts: |
| object | An expression evaluating to an object of type McView. | | StepCount | Optional. A Long value. Number of frames to step. If given as 0 (the default) or a negative number, then the SequenceStepCount property is used.
| Remarks
Steps forward by StepCount frames in the SequenceFrameRange. If the end of the SequenceFrameRange is passed, the new frame displayed will be the first frame of the SequenceFrameRange.
If this McView instance is the McWindow.View property of the McApplication.ActiveWindow, then the ImageToDisplay.ActiveFrameIndex will follow the displayed FrameToDisplay.
|