Grx.user_draw_filled_ellipse_arc
@accepts(int, int, int, int, int, int, Grx.ArcStyle, Grx.Color) @returns(none) def user_draw_filled_ellipse_arc(xc, yc, rx, ry, start, end, style, c): # Python wrapper for grx_user_draw_filled_ellipse_arc()
Draws a filled arc on the current context centered at the specified coordinates from the starting angle to the ending angle with the specified radii, arc style and color.
- xc
the X coordinate of the center of the arc
- yc
the Y coordinate of the center of the arc
- rx
the radius in the X direction
- ry
the radius in the Y direction
- start
the starting angle in 1/10ths of degrees
- end
the ending angle in 1/10ths of degrees
- style
the arc style
- c
the color