NXC
Version 1.2.1 r5
|
#define RICOpRect | ( | _CopyOptions, | |
_Point, | |||
_Width, | |||
_Height | |||
) | 12, 0, 6, 0, (_CopyOptions)&0xFF, (_CopyOptions)>>8, _Point, (_Width)&0xFF, (_Width)>>8, (_Height)&0xFF, (_Height)>>8 |
Output an RIC Rect opcode.
_CopyOptions | Rect copy options. See Drawing option constants. |
_Point | The rectangle's top left corner. See RICImgPoint. |
_Width | The rectangle's width. |
_Height | The rectangle's height. |