Previous Page | Next Page

Graphics Options and Device Parameters Dictionary

POLYGONFILL



Specifies whether to use the hardware polygon-fill capability.
Used in: GOPTIONS statement; GDEVICE procedure; GDEVICE Parameters window
Default: device-dependent
Restriction: not supported by Java or ActiveX

Syntax

Syntax

GOPTIONS: POLYGONFILL | NOPOLYGONFILL
GDEVICE: POLYFILL=Y | N

POLYGONFILL
POLYFILL=Y

causes SAS/GRAPH to use the built-in hardware capability of the device to fill polygons. A blank Polyfill field in the Parameters window is the same as POLYGONFILL.

hardware drawing is faster, but not all devices have the capability. SAS/GRAPH does not try to use the capability if your device does not support it.

NOPOLYGONFILL
POLYFILL=N

causes SAS/GRAPH to use software fills to fill polygons.

Previous Page | Next Page | Top of Page