Click or drag to resize

IMcViewFrameToDisplay Property

The FrameIndex of the ImageToDisplay Frame being displayed.

Namespace:  MediaCy.IQL.Display.Viewer
Assembly:  MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
Syntax
VB
Property FrameToDisplay As Integer
	Get
	Set

Property Value

Type: Int32
Remarks
If this McView instance is the McWindow.View property of the McApplication.ActiveWindow, then the ImageToDisplay.ActiveFrameIndex will follow the displayed FrameToDisplay. Likewise, an assignment to ThisApplication.ActiveImage.ActiveFrameIndex will set the ThisApplication.ActiveWindow.View.FrameToDisplay (but not that of any other McWindow's showing the ThisApplication.ActiveImage unless the TrackActiveFrame property is True). If TrackActiveFrame is True, then the FrameToDisplay will follow the ImageToDisplay.ActiveFrameIndex.
See Also