IMcViewSequenceStepBackward Method
|
|
Steps backward to a new frame in the SequenceFrameRange
Namespace:
MediaCy.IQL.Display.Viewer
Assembly:
MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
SyntaxSub SequenceStepBackward (
Optional StepCount As Integer = 0
)
Parameters
- StepCount (Optional)
- Type: SystemInt32
Number of frames to step. If given as 0 (the default)
or a negative number, then the SequenceStepCount property is used.
RemarksSteps 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.
See Also