NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
#define RICImgPoint (   _X,
  _Y 
)    (_X)&0xFF, (_X)>>8, (_Y)&0xFF, (_Y)>>8

Output an RIC ImgPoint structure.

Parameters
_XThe X coordinate.
_YThe Y coordinate.
Examples:
ex_dispgaout.nxc, ex_dispgaoutex.nxc, and ex_sysdrawgraphicarray.nxc.