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
SyntaxPublic Enumeration mcGraphOverlayDrawMode
Members
| Member name | Value | Description |
---|
| mcgdmScreen | 1 | Use the current IMcBasicView interface and its current
zoom, pan and scroll to convert from image coordinates to screen coordinates. |
| mcgdmPrinter | 2 | No conversion, objects are printed. |
| mcgdmImage | 4 | Everything stays in image coordinates. |
See Also