Grx.user_draw_circle_arc_with_pixmap
@accepts(int, int, int, int, int, Grx.ArcStyle, Grx.LineOptions, Grx.Pixmap) @returns(none) def user_draw_circle_arc_with_pixmap(xc, yc, r, start, end, style, o, p): # Python wrapper for grx_user_draw_circle_arc_with_pixmap()
Draws an arc on the current context centered at the specified coordinates from the starting angle to the ending angle with the specified radius, arc style and line options and pixmap.
- xc
the X coordinate of the center of the arc
- yc
the Y coordinate of the center of the arc
- r
the radius of the arc
- start
the starting angle in 1/10ths of degrees
- end
the ending angle in 1/10ths of degrees
- style
the arc style
- o
the line options
- p
the pixmap