NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
#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
_CopyOptionsEllipse copy options. See Drawing option constants.
_PointThe center of the ellipse. See RICImgPoint.
_RadiusXThe x-axis radius of the ellipse.
_RadiusYThe y-axis radius of the ellipse.