Grx.user_draw_ellipse_arc_with_pixmap
function user_draw_ellipse_arc_with_pixmap(xc: Number(gint), yc: Number(gint), rx: Number(gint), ry: Number(gint), start: Number(gint), end: Number(gint), style: Grx.ArcStyle, o: Grx.LineOptions, p: Grx.Pixmap): void { // Gjs wrapper for grx_user_draw_ellipse_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 radii, 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
- 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
- o
the line options
- p
the pixmap