Grx.user_draw_circle

function user_draw_circle(xc: Number(gint), yc: Number(gint), r: Number(gint), c: Grx.Color): void {
    // Gjs wrapper for grx_user_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