Solved

Following Is the API for the DrawArc Method of the Canvas

Question 8

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 useCenter is false, we draw a wedge.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions