#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:
_CopyOptions Polygon copy options. See Drawing option constants.
_Count The number of points in the polygon.
_ThePoints The list of polygon points. See RICPolygonPoints.

Generated by  doxygen 1.6.2