#define RICImgPoint ( _X,
_Y   )     (_X)&0xFF, (_X)>>8, (_Y)&0xFF, (_Y)>>8

Output an RIC ImgPoint structure.

Parameters:
_X The X coordinate.
_Y The Y coordinate.

Generated by  doxygen 1.6.2