NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
#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.

Parameters
_CopyOptionsRect copy options. See Drawing option constants.
_PointThe rectangle's top left corner. See RICImgPoint.
_WidthThe rectangle's width.
_HeightThe rectangle's height.