Click or drag to resize

IMcGraphObjServer Interface

IMcGraphObjServer
Currently unused interface implemented by user defined graphic object classes.

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 IMcGraphObjServer

The IMcGraphObjServer type exposes the following members.

Properties
Methods
Remarks
Users wanting to extend the overlay manager functionnality by adding new graphic object classes should implement this interface in their objects. Additionnaly, in order for these custom classes to support persistence, they should also implement the standard IPersistStream.
See Also