NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
#define RICImgRect (   _Pt,
  _W,
  _H 
)    _Pt, (_W)&0xFF, (_W)>>8, (_H)&0xFF, (_H)>>8

Output an RIC ImgRect structure.

Parameters
_PtAn ImgPoint. See RICImgPoint.
_WThe rectangle width.
_HThe rectangle height.
Examples:
ex_dispgaout.nxc, ex_dispgaoutex.nxc, and ex_sysdrawgraphicarray.nxc.