|
NXC
Version 1.2.1 r5
|
| #define RICOpCircle | ( | _CopyOptions, | |
| _Point, | |||
| _Radius | |||
| ) | 10, 0, 7, 0, (_CopyOptions)&0xFF, (_CopyOptions)>>8, _Point, (_Radius)&0xFF, (_Radius)>>8 |
Output an RIC Circle opcode.
| _CopyOptions | Circle copy options. See Drawing option constants. |
| _Point | The circle's center point. See RICImgPoint. |
| _Radius | The circle's radius. |