Grx.draw_filled_circle_arc_with_pixmap
function draw_filled_circle_arc_with_pixmap(xc: Number(gint), yc: Number(gint), r: Number(gint), start: Number(gint), end: Number(gint), style: Grx.ArcStyle, p: Grx.Pixmap): void { // Gjs wrapper for grx_draw_filled_circle_arc_with_pixmap() }
Draws a filled 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 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
- p
the pixmap