What is the use of the fillArc() method?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the use of the fillArc() method?
Rating:
The fillArc() method is used to draw a filled arc. It belongs to the Graphics class. The syntax of this method is as follows:
The arc is bounded by a rectangle whose upper-left corner is defined by top and left, and whose sides are defined by width and height. The arc is drawn from a start angle value through an angular distance defined by the sweepAngle. Angles are defined in degrees. Zero degrees is marked on the horizontal, at the 3 o'clock position. The arc is drawn counterclockwise if the sweepAngle is positive, and clockwise if the sweepAngle is negative.
Rating:
Was this information helpful?
Other articles
- What are integer literals?
- Things to Practice for CX310-019
- What is WSDL?
- What is a thin client?
- What is the executeQuery() method?