Click or drag to resize

IMcDisplayViewObject Property

An IViewObject that enables drawing of the display to an hDC

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 ViewObject As Object
	Get

Property Value

Type: Object
Remarks
Exposes an IViewObject that enables drawing of the display to an hDC. The returned IViewObject is owned by the IMcDisplay interface. This is the interface that would be used for printing the display. It is also the interface that is used by IMcView to do its display. A QueryInterface for IID_IViewObject will also yield this property.
See Also