Click here to Skip to main content
15,891,749 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I'm in need of a Vector Graph to draw geometric diagram with angles in degrees. Can

anyone help me out on this.?
Posted
Comments
YDaoust 27-Jun-11 3:50am    
Are you ready to program that ?

Please point to a sample figure showing what you want it to look like.

This is all about having some data model of vector graphics. A rendering of this model in a Forms control is a separate layer.

My past answers on related topics can give you pretty good idea how to proceed:
What kind of playful method is Paint? (DataGridViewImageCell.Paint(...))[^],
Drawing Lines between mdi child forms[^],
capture the drawing on a panel[^].

However, why would you do this with Forms? This task is born to be done in WPF. You know so little about how to approach the problem in Forms while in WPF almost all if it is already done in higher level and very professionally. You should use WPF unless you have a really good reason (such as compatibility with Mono of .NET v.2.0) to do in with Forms.

—SA
 
Share this answer
 
Comments
RakeshMeena 28-Jun-11 1:16am    
My 5 SA!
Sergey Alexandrovich Kryukov 28-Jun-11 1:38am    
Thank you, Rakesh.
--SA
 
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