Click or drag to resize

IMcViewSequencePlayForward Method

Displays successively higher frames from the SequenceFrameRange at the SequenceFrameRate.

Namespace:  MediaCy.IQL.Display.Viewer
Assembly:  MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
Syntax
VB
Sub SequencePlayForward
Remarks
At intervals set by the SequenceFrameRate property, FrameToDisplay steps forward by SequenceStepCount frames. If a step of SequenceStepCount frames would go beyond the SequenceFrameRange, then the SequenceEndBehavior property is consulted to determine if the playback should stop, loop or reverse direction. If this McView instance is the McWindow.View property of the McApplication.ActiveWindow, then the ImageToDisplay.ActiveFrameIndex will follow the displayed FrameToDisplay.
See Also