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