NeoTechni Well-Known Member Licensed User Longtime User Sep 18, 2011 #1 How do you draw a slice of a circle? ie: I can do the edge/gradient myself, but that's the basic shape I'm trying to do.
How do you draw a slice of a circle? ie: I can do the edge/gradient myself, but that's the basic shape I'm trying to do.
Erel B4X founder Staff member Licensed User Longtime User Sep 19, 2011 #2 You should use a Path object together with Canvas.ClipPath. See this example: http://www.b4x.com/forum/basic4android-updates-questions/8547-trigonometric-circle.html#post48013 Upvote 0
You should use a Path object together with Canvas.ClipPath. See this example: http://www.b4x.com/forum/basic4android-updates-questions/8547-trigonometric-circle.html#post48013