Grx.draw_filled_circle_with_pixmap

@accepts(int, int, int, Grx.Pixmap)
@returns(none)
def draw_filled_circle_with_pixmap(xc, yc, r, p):
    # Python wrapper for grx_draw_filled_circle_with_pixmap()
  

Draws a filled circle on the current context centered at the specified coordinates with the specified radius 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

p

the pixmap