Click or drag to resize

McViews Interface

A class maintaining a collection of views where to display graphic objects.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface McViews
	Inherits IMcViews
Remarks
An McViews instance is automatically created by McGraphOverlay (and attached to its parent IMcImage) and exposed as McGraphOverlay.Views. This McViews object automatically maintains the list of active views and is used internally by McGraphOverlay to control the views where graphic objects should be displayed.
See Also