Click or drag to resize

IMcViewImageToDisplay 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 IMcImage, then the property will be NULL, otherwise, the property is a pointer to an IMcImage. This property is a mirror of the Display property of the same name. When assigning, assign to the IMcView property, not the IMcView.Display property.
See Also