Click or drag to resize

IMcViewSequenceStepForward Method

Steps forward 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
Syntax
VB
Sub SequenceStepForward ( 
	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.
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.
See Also