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