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 RICImgRect
(
_Pt,
_W,
_H
)
_Pt, (_W)&0xFF, (_W)>>8, (_H)&0xFF, (_H)>>8
Output an RIC ImgRect structure.
Parameters:
_Pt
An ImgPoint. See
RICImgPoint
.
_W
The rectangle width.
_H
The rectangle height.
Generated by
1.6.2