|
NXC
Version 1.2.1 r5
|
| #define RICOpLine | ( | _CopyOptions, | |
| _Point1, | |||
| _Point2 | |||
| ) | 12, 0, 5, 0, (_CopyOptions)&0xFF, (_CopyOptions)>>8, _Point1, _Point2 |
Output an RIC Line opcode.
| _CopyOptions | Line copy options. See Drawing option constants. |
| _Point1 | The starting point of the line. See RICImgPoint. |
| _Point2 | The ending point of the line. See RICImgPoint. |