| DATA Step Graphics Interface Dictionary |
| Operating States: | SGOP |
| Return Codes: | 0, 4, 76, 79, 80, 86, 100, 301 |
| Syntax | |
| Description | |
| Argument Definitions | |
| See Also |
| Syntax |
return-code-variable=GDRAW('FILL', n, x-values, y-values);
| Description |
The GDRAW('FILL' . . . ) function draws a filled polygon. The fill attributes and bundles affect the appearance of this primitive. See DATA Step Graphics Interface Routines for a list of these attributes.
Note: All of the x
coordinates
are listed in the function first, followed by the y
coordinates. This primitive takes the first n
values and stores them as x coordinates. The
next n values are stored as y
coordinates. ![[cautionend]](../../../../common/63294/HTML/default/images/cautend.gif)
| Argument Definitions |
| See Also |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.