The CIRCLE method draws a circle with radius radius around the center point (x|y).
- The line thickness is defined using the STROKE method.
- The color is defined using the COLOR method.
- The fill is defined using the FILL method.
CIRCLE(x, y, radius)
The CIRCLE method draws a circle with radius radius around the center point (x|y).
CIRCLE(x, y, radius)