Specifies whether the default print graphics should be polygonal or bitmapped.
Syntax |
*SetDefaultPrintGraphics(graphics) *SetDefaultPrintGraphics(graphics_enum) |
|
Arguments |
Name |
Description |
graphics |
The default print graphics. Options include polygonal or bitmapped. |
|
graphics_enum |
0 = polygonal 1 = bitmapped |
|
Example |
*BeginDefaults() *SetDefaultPrintGraphics(“Polygonal”) *EndDefaults() |
|
Application |
HyperGraph 2D, HyperGraph 3D, HyperView, MediaView, MotionView, TextView |
|
Context |
||
See also |
|
|