Click or drag to resize

IMcDisplayImageToDisplay Property

A property used to attach an image to the viewer.

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

Property Value

Type: McImage
Remarks
If the viewer is not attached to an McImage, then the property will be NULL, otherwise, the property is a pointer to an McImage.
See Also