B bagazhou Member Licensed User Longtime User Jul 8, 2017 #1 HI I can use DrawCircle to draw Circle, but how to draw 1/3 Circle?
klaus Expert Licensed User Longtime User Jul 8, 2017 #2 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
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)