Grx.user_draw_circle_with_options
@accepts(int, int, int, Grx.LineOptions) @returns(none) def user_draw_circle_with_options(xc, yc, r, o): # Python wrapper for grx_user_draw_circle_with_options()
Draws a circle on the current context centered at the specified coordinates with the specified radius and options.
- 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
- o
the options