Grx.draw_circle

@accepts(int, int, int, Grx.Color)
@returns(none)
def draw_circle(xc, yc, r, c):
    # Python wrapper for grx_draw_circle()
  

Draws a circle on the current context centered at the specified coordinates with the specified radius and color.

xc

the X coordinate of the center of the circle

yc

the Y coordinate of the center of the circle

r

the radius of the circle

c

the color