XDrawArcs (3) Linux Manual Page
XDrawArc, XDrawArcs, XArc – draw arcs and arc structure Syntaxint XDrawArc(Display *display, Drawable d, GC gc, int x, int y, unsigned int width, unsigned int height, int angle1, int angle2); int XDrawArcs(Display *display, Drawable d, GC gc, XArc *arcs, int narcs);Argumentsangle1 Specifies the start of the arc relative to the three-o’clock position from the center,…
