|
#define RICOpCopyBits |
( |
_CopyOptions, |
|
|
_DataAddr, |
|
|
_SrcRect, |
|
|
_DstPoint |
|
) |
18, 0, 3, 0, (_CopyOptions)&0xFF, (_CopyOptions)>>8, (_DataAddr)&0xFF, (_DataAddr)>>8, _SrcRect, _DstPoint |
Output an RIC CopyBits opcode.
- Parameters:
-
| _CopyOptions | CopyBits copy options. See Drawing option constants. |
| _DataAddr | The address of the sprite from which to copy data. |
| _SrcRect | The rectangular portion of the sprite to copy. See RICImgRect. |
| _DstPoint | The LCD coordinate to which to copy the data. See RICImgPoint. |
|