POLYGONFILL

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

Syntax

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

Parameter Values

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.