Draw an ellipse.
This function lets you draw an ellipse on the screen with its center at the specified x and y location, using the specified radii. Optionally specify drawing options. If this argument is not specified it defaults to DRAW_OPT_NORMAL. Valid display option constants are listed in the Drawing option constants group.
- See Also
- SysDrawEllipse, DrawEllipseType
- Warning
- This function requires the enhanced NBC/NXC firmware version 1.28+.
- Parameters
-
x | The x value for the center of the ellipse. |
y | The y value for the center of the ellipse. |
radiusX | The x axis radius. |
radiusY | The y axis radius. |
options | The optional drawing options. |
- Returns
- The result of the drawing operation.
- Examples:
- ex_EllipseOut.nxc.