Main Page
Related Pages
Modules
Files
RIC Macro Wrappers
RICArg
RICImgPoint
RICImgRect
RICMapArg
RICMapElement
RICMapFunction
RICOpCircle
RICOpCopyBits
RICOpDescription
RICOpEllipse
RICOpLine
RICOpNumBox
RICOpPixel
RICOpPolygon
RICOpRect
RICOpSprite
RICOpVarMap
RICPolygonPoints
RICSpriteData
#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
1.6.2