#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:
_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.

Generated by  doxygen 1.6.2