Draws a arc to the screen using the Xlib call XDrawArc. The arc is specified in terms of a rectangle, in which it is wholly enclosed. top-left is a point pair for the upper left corner of the rectangle. The rectangle is of size width by height. The arc is drawn from angle1 to angle2. Angles are specified in degrees (0.0 to 360.0).
Module: Primitive from (app scwm xlib-drawing)
Defined in modules/xlib-drawing/drawing.c at line 125 (CVS log)