IMcViewSetImageToDisplay Method
|
|
Attach an IMcImage to the viewer for display.
Namespace:
MediaCy.IQL.Display.Viewer
Assembly:
MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
SyntaxSub SetImageToDisplay (
pImage As McImage,
Optional lFrame As Integer = -2
)
Parameters
- pImage
- Type: MediaCy.IQL.EngineMcImage
IMcImage* : Pointer to an IMcImage. If NULL, the viewer is disconnected
from any previous image. - lFrame (Optional)
- Type: SystemInt32
long : Zero relative frame number of the frame within the image to display.
McActiveFrame requests the currently active frame.
RemarksThis is the primary image. Most other viewer properties, such as Magnification,
the ScrollBars, and the View Window size, are associated with this image.
See Also