NXC
Version 1.2.1 r5
|
#define RICOpNumBox | ( | _CopyOptions, | |
_Point, | |||
_Value | |||
) | 10, 0, 8, 0, (_CopyOptions)&0xFF, (_CopyOptions)>>8, _Point, (_Value)&0xFF, (_Value)>>8 |
Output an RIC NumBox opcode.
_CopyOptions | NumBox copy options. See Drawing option constants. |
_Point | The numbox bottom left corner. See RICImgPoint. |
_Value | The number to draw. |