Click or drag to resize

mcGraphOverlayDrawMode Enumeration

One of these values should be passed to McGraphOverlay.MapImageToZoomed and McGraphOverlay.MapZoomedToImage, in order to distinguish between these mapping rules.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcGraphOverlayDrawMode
Members
  Member nameValueDescription
mcgdmScreen1Use the current IMcBasicView interface and its current zoom, pan and scroll to convert from image coordinates to screen coordinates.
mcgdmPrinter2No conversion, objects are printed.
mcgdmImage4Everything stays in image coordinates.
See Also