Draw an ellipse with drawing options.
This function lets you draw an ellipse on the screen with its center at the specified x and y location, using the specified radii. Also specify drawing options. 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. |
| _rX | The x axis radius. |
| _rY | The y axis radius. |
| _options | The drawing options. |