I want to draw a count-down timer circle so I'll have full control over how much of the circle is drawn, similar to this:
(Dashed line is not required - I actually prefer a solid line)
I also need to be able to place whatever text I want inside the circle.
I did a search and came across this post:
And tried the DrawArc because it looked like something that would work because it has "StartDegree" and "EndDegree".
But it drew the curve with a straight line going from the starting deg to the ending deg so that didn't work.
I haven't done a lot of graphics programming in the past, and I'm hoping there is an easy solution.
Thanks for any help.
(Dashed line is not required - I actually prefer a solid line)
I also need to be able to place whatever text I want inside the circle.
I did a search and came across this post:
[BAX] [XUI] BitmapCreator - DrawLine, DrawPath , DrawCircle, DrawArc, DrawImageTrapezoid
BitmapCreator lacks some important instructions on Canvas. Sometimes switching from BitmapCreator to Canvas and vice versa would slow down the code too much, so it would be better to implement them with BitmapCreator. I started writing some divers, if someone finds a way to improve it or add...
www.b4x.com
But it drew the curve with a straight line going from the starting deg to the ending deg so that didn't work.
I haven't done a lot of graphics programming in the past, and I'm hoping there is an easy solution.
Thanks for any help.