#define RICOpEllipse ( _CopyOptions,
_Point,
_RadiusX,
_RadiusY   )     12, 0, 9, 0, (_CopyOptions)&0xFF, (_CopyOptions)>>8, _Point, (_RadiusX)&0xFF, (_RadiusX)>>8, (_RadiusY)&0xFF, (_RadiusY)>>8

Output an RIC Ellipse opcode.

Parameters:
_CopyOptions Ellipse copy options. See Drawing option constants.
_Point The center of the ellipse. See RICImgPoint.
_RadiusX The x-axis radius of the ellipse.
_RadiusY The y-axis radius of the ellipse.

Generated by  doxygen 1.6.2