is it possible to fill the circle by degrees in android?
is it possbile to fill th开发者_如何转开发e circle to some degrees i.e(90 or 270 etc).
thankx
Yes,
As a support you can refer to this program which try to implement something like which you want.
Happy Programming!
if you're talking about Canvas drawing, see Canvas.drawArc()
If you mean drawing something like a slice of pie, you can use ArcShape
精彩评论