Android Question how to draw 1/3 Circle

klaus

Expert
Licensed User
Longtime User
In the ABExtDrawing library you have the drawArc method.
drawArc (mCanvas As CanvasWrapper, oval As ABRectF, startAngle As Float, sweepAngle As Float, useCenter As Boolean, paint As ABPaint)
 
Upvote 0
Top