Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all, I want to draw an arc through 3 points, what API function or method to do this? Thanks.
Posted

Simple, just ask Google[^].
 
Share this answer
 
Comments
Andrewpeter 15-Jan-14 9:03am    
Thanks you!
There is no specific API function, however there are many possible solutions. You may, for instance use bezier curves[^] or you could draw the arc of the circle defined by the three given points[^].
 
Share this answer
 
Comments
Andrewpeter 15-Jan-14 9:04am    
Thanks, my solution is yours.
CPallini 15-Jan-14 9:07am    
You are welcome.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900