Draws an arc bounded by the specified rectangle from startAngle to endAngle. 0 degrees is at the 3-o'clock position.Positive arc angles indicate counter-clockwise rotations, negative arc angles are drawn clockwise. @param x the x coordinate @param y the y coordinate @param width the width of the rec
(int x, int y, int width, int height, int startAngle, int arcAngle)