True/False
Following is the API for the drawArc method of the Canvas class:
public void drawArc( RectF oval, float startAngle, float sweepAngle,
boolean useCenter, Paint paint )
If sweepAngle is positive, we draw the arc clockwise; otherwise, we draw the arc counterclockwise.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: To create a SoundPool object, we first
Q18: How do we access the width of
Q19: Once a Timer has started a task,
Q20: c is a Canvas object reference, and
Q21: What method of the TimerTask class do
Q22: It is possible to move a line
Q23: A Point is defined by _ integer
Q24: Both the invalidate and the postInvalidate methods
Q26: Following is the API for one of
Q27: The Paint class supports anti-alias drawing.