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

backbutton.gif (507 bytes)  Basic to TBASIC Reference Manual