*SetDefaultPrintGraphics()

Specifies whether the default print graphics should be polygonal or bitmapped.

Syntax

*SetDefaultPrintGraphics (graphics, graphics_enum)

Application

HyperGraph 2D, HyperGraph 3D, HyperView, MediaView, MotionView, and TextView.

Inputs

graphics
The default print graphics. Options include polygonal or bitmapped.
graphics_enum
0
Polygonal
1
Bitmapped

Context

*BeginDefaults()

Example

*BeginDefaults()
   *SetDefaultPrintGraphics(“Polygonal”)
*EndDefaults()