Draw a circle.
This function lets you draw a circle on the screen with its center at the specified x and y location, using the specified radius. 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
- SysDrawCircle, DrawCircleType
- Parameters
-
x | The x value for the center of the circle. |
y | The y value for the center of the circle. |
radius | The radius of the circle. |
options | The optional drawing options. |
- Returns
- The result of the drawing operation.
- Examples:
- ex_CircleOut.nxc, and ex_file_system.nxc.