NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
#define RICOpPolygon (   _CopyOptions,
  _Count,
  _ThePoints 
)    ((_Count*4)+6)&0xFF, ((_Count*4)+6)>>8, 10, 0, (_CopyOptions)&0xFF, (_CopyOptions)>>8, (_Count)&0xFF, (_Count)>>8, _ThePoints

Output an RIC Polygon opcode.

Parameters
_CopyOptionsPolygon copy options. See Drawing option constants.
_CountThe number of points in the polygon.
_ThePointsThe list of polygon points. See RICPolygonPoints.