Description
Steps backward to a new frame in the SequenceFrameRange
-
Return Type
-
None
-
Syntax
-
object.SequenceStepBackward [StepCount]
The SequenceStepBackward 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 backward by StepCount frames in the SequenceFrameRange. If the start of the SequenceFrameRange is passed, the new frame displayed will be the last 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.
|