Click or drag to resize

IMcBasicView Interface

Minimal viewer interface. Defines the minimum API needed for a custom viewer.

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 IMcBasicView

The IMcBasicView type exposes the following members.

Properties
  NameDescription
Public propertyClientWindowHandle
A Read Only property that contains the HWND of the viewer's client window.
Public propertyViewerGroup
A read/write property indicating which to which viewer groups this IMcBasicView belongs.
Top
Methods
  NameDescription
Public methodInvalidateRect
A method to force the viewer to redraw the image.
Public methodMapImageToZoomed
Converts image coordinates into zoomed coordinates.
Public methodMapZoomedToImage
Converts zoomed coordinates into image coordinates.
Top
Remarks
This is a custom interface. It's primary client is the McGraphOverlay overlay manager.
See Also