Click or drag to resize

IMcViewDisplay Property

The IMcView's "Display Engine" property

Namespace:  MediaCy.IQL.Display.Viewer
Assembly:  MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property Display As McDisplay
	Get

Property Value

Type: McDisplay
Remarks
The Display property exposes an instance of an IMcDisplay object that is tightly bound to this IMcView instance. The Display property IMcDisplay object is used to do the actual display generation, so its properties reflect those necessary to generate the image display.
Note Note
Some McDisplay properties are "mirrored" into McView and should only be set by assigning to the IMcView properties of the same name. These are: ImageToDisplay, FrameToDisplay, Pan, Scroll, Magnification, AutoZoomMode and TrackActiveFrame. An attempt to assign to the McView.Display version of a "mirrored" property may succeed; if the assignment succeeds then the mirrored McView property will also have been changed. Furthermore size-related McDisplay properties are under the control of the McView, and making direct assignments to them is illegal. These are: DisplayOriginLeft and DisplayOriginTop, which are always zero for the McView.Display object, and DisplayedWidth and DisplayedHeight, which can only be set by calling the McView SetClientWindowSize method.
See Also