Grx.user_draw_filled_ellipse_with_pixmap
@accepts(int, int, int, int, Grx.Pixmap) @returns(none) def user_draw_filled_ellipse_with_pixmap(xc, yc, rx, ry, p): # Python wrapper for grx_user_draw_filled_ellipse_with_pixmap()
Draws a filled ellipse on the current context using the specified pixmap.
The ellipse can only draw ellipses with its major axis parallel with either the X or Y coordinate axis
- xc
the X coordinate of the center of the ellipse
- yc
the Y coordinate of the center of the ellipse
- rx
the radius in the X direction
- ry
the radius in the Y direction
- p
the pixmap