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
SyntaxProperty FrameToDisplay As Integer
Get
Set
Property Value
Type:
Int32
RemarksIf 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