Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all,

Do you know an article that describe how to drawing custom objects in WPF(e.g. circles, arrow ecc), that includes the possibility of modify proporties of these objects(e.g. width of arrows, radius of circles ecc.).

Thank you,

Alessio.
Posted
Comments
Thomas Duwe 27-Mar-13 8:58am    
Did you look here?:
http://www.codeproject.com/Articles/23116/WPF-Arrow-and-Custom-Shapes

Why articles? It's the best to address to original documentation. It's good enough:
http://msdn.microsoft.com/en-us/library/ms748373.aspx[^].

You should decide if you want to do graphics on the custom rendering level, or you can work on a higher level of Canvas:
http://msdn.microsoft.com/en-us/library/system.windows.controls.canvas.aspx[^].

Basically, starting from here, you will find all you need.

—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