Grx.draw_circle_with_options

function draw_circle_with_options(xc: Number(gint), yc: Number(gint), r: Number(gint), o: Grx.LineOptions): void {
    // Gjs wrapper for grx_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