Draw a polygon.
This function lets you draw a polygon on the screen using an array of points. Optionally specify drawing options. If this argument is not specified it defaults to DRAW_OPT_NORMAL. Valid display option constants are listed in the Drawing option constants group.
- See Also
- SysDrawPolygon, DrawPolygonType
- Warning
- This function requires the enhanced NBC/NXC firmware version 1.28+.
- Parameters
-
points | An array of LocationType points that define the polygon. |
options | The optional drawing options. |
- Returns
- The result of the drawing operation.
- Examples:
- ex_PolyOut.nxc.