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 RICOpPolygon
(
_CopyOptions,
_Count,
_ThePoints
)
((_Count*4)+6)&0xFF, ((_Count*4)+6)>>8, 10, 0, (_CopyOptions)&0xFF, (_CopyOptions)>>8, (_Count)&0xFF, (_Count)>>8, _ThePoints
Output an RIC Polygon opcode.
Parameters:
_CopyOptions
Polygon copy options. See
Drawing option constants
.
_Count
The number of points in the polygon.
_ThePoints
The list of polygon points. See
RICPolygonPoints
.
Generated by
1.6.2