fillArc(int x, int y, int width, int height, int startAngle, int arcAngle)
Fills a circular or elliptical arc covering the specified rectangle.
fillArc() always draws an arc inside a circle or oval, which is, in turn, inside a square or rectangle. The bounding box (shown in black) and bounding oval (shown in red) are not displayed, but are used as guidelines for the arc.
Some things to note about fillArc():
|
|