Click here to Skip to main content
16,004,458 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear
I want to draw a bezier Curve in Picturbox using C# but i dont any idea please you get any idea then reply me Please.......
Thank You,
Regards
Digambar Kadam
Posted
Comments
lukeer 15-May-13 3:47am    
Besides the answers you got, you do not want to use a PictureBox to draw in. Far more likely you want to create a custom UserControl (except for the single purpose to display an image you already have stored somewhere).

How about a Google search[^]?
 
Share this answer
 
 
Share this answer
 
It would be quite easy to do it in WPF: http://www.c-sharpcorner.com/uploadfile/raj1979/drawing-bezier-curves-in-wpf/[^]. But in Windows Forms you either do the full calculation on your own (Bezier Curves Made Simple[^]) or use the GDI+ method (http://msdn.microsoft.com/en-us/library/xt9t4wah.aspx[^], http://msdn.microsoft.com/en-us/library/ds101091.aspx[^]).
 
Share this answer
 

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