Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello !
Could you please point me to a good C# tutorial for drawing 2d graphics like Ellipse and Rectangle (that inherit from Shape) on a Canvas using WPF ?
I'm also interested later to click on shapes and identify which shape was clicked, and also to drag and drop shapes on the canvas.
Thank you !
Posted

1 solution

I would suggest you use Expression Blend (if you have it available) for drawing shapes etc. on a canvas. Here is a tutorial [^].
 
Share this answer
 
v2

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