FILL_CIRCLE xCenter, yCenter, radius |
Purpose | Draw a filled circle with center at the coordinate: (xCenter, yCenter) | ||||||
Parameters |
| ||||||
Examples | FILL_CIRCLE 32,20,15 | ||||||
Comments: | Note: The origin is at the upper-left hand corner of the screen. |
||||||
See Also | DRAW_CIRCLE |