vector drawing in wpf
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I want to create a very basic vector drawing application in wpf. All I need is a basic overview on how to do it. I've read a lot on the shapes in wpf. and I plan to use the Path class. Now most documentation cover the XAML but as this is an application where a user will be able to draw it with a mouse, XAML doesn't help me. Basically the application on needs to draw in a fixed size in black, nothing more. can anyone please tell me how I will create geometry (with a path) from the mouse movements? thank you, Donovan
rather have something you don't need, than need something you don't have