Description
Draw this graphic object.
-
Return Type
-
None
-
Syntax
-
object.Draw hDC, DrawMode
The Draw Method syntax has these parts: |
| object | An expression evaluating to an object of type McGraphObjServer. | | hDC | Required. A Long value. The DC handle to draw to.
| | DrawMode | Required. A mcGraphOverlayDrawMode enumeration, as described in settings. The destination type.
| Settings The settings for DrawMode are:
 | 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.
|
|