Drawing a Thick, Arched Line in Android

2019-08-19 00:29发布

问题:

Greetings Everyone.

I was wondering how would I go about drawing an ached line on a canvas. If I were to continue this line it would make a perfect circle. I've got pie wedges which is close but I just want the outside of the wedge and it needs to be circular. What should I do

回答1:

Canvas and the drawArc() function.