I am looking to do some simple drawing with in a WPF application, I was wondering if this is a simple task or if I should look into some 3rd party libraries.
Quite simply I just want to draw on an image control some points and lines between those points. Is this something easy to do?
thanks!