Previous Page | Next Page

Graphics Options and Device Parameters Dictionary

MAXPOLY



Sets the maximum number of vertices for hardware-drawn polygons.
Used in: GDEVICE procedure; GDEVICE Parameters window
Default: device-dependent

Syntax

Syntax

MAXPOLY=number-of-vertices

number-of-vertices

is a nonnegative integer up to four digits long. A value of 0 means that there is no limit to the number of vertices that can be specified in the hardware's polygon-drawing command. The maximum value of MAXPOLY depends on the number of vertices your device can process.

Previous Page | Next Page | Top of Page