arc
fn
void arc(int x, int y, int w, int h, double a1, double a2) nothrow @nogcDraws an arc (part of an ellipse outline).
The arc is drawn within the bounding box from angle a1 to a2. Angles are in degrees, with 0 at 3 o'clock, increasing counter-clockwise.
Parameters
x | X of bounding box |
y | Y of bounding box |
w | Width of bounding box |
h | Height of bounding box |
a1 | Start angle in degrees |
a2 | End angle in degrees Example: |