Grx.user_draw_circle_with_pixmap

function user_draw_circle_with_pixmap(xc: Number(gint), yc: Number(gint), r: Number(gint), o: Grx.LineOptions, p: Grx.Pixmap): void {
    // Gjs wrapper for grx_user_draw_circle_with_pixmap()
}
  

Draws a circle on the current context centered at the specified coordinates with the specified radius and line options and pixmap.

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 line options

p

the pixmap