Click or drag to resize

McDisplay Interface

An object that can render a McImage or certain other sources and associated overlays into a variety of visible forms.

Namespace:  MediaCy.IQL.Display.Viewer
Assembly:  MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface McDisplay
	Inherits IMcDisplay
Remarks
The McDisplay object is capable of blending two images, applying an overlay mask based on a third image, Panning and Scrolling and zooming to any magnification. In addition, it supports notify connections to McGraphOverlay objects which can draw on top of the display. An instance of this object acts as the primary display engine for the McView ActiveX control.
See Also