Reputation: 463
I am developing a whiteboard application in WPF.
How can I draw a rectangle and circle/ellipse by dragging the mouse like we do in Paint by dragging the mouse pointer ?
I am using WPF canvas for drawing.
Upvotes: 1
Views: 2046
Reputation: 11
To run WPF-DrawTools you have to:
Upvotes: 1
Reputation: 5691
have a look into below link
http://www.codeproject.com/Articles/22776/WPF-DrawTools
Upvotes: 2