Hi !
- I'd like to ask if there is any possibility to draw on WPF Canvas with some kind of a Graphics type providing methods like:
DrawLine, DrawPath
etc.. (as it was in .NET 2).
I know there's a lot of stuff like storyboards etc.. but I'm planning to do all the drawing in code behind and to have just 1 Canvas in WPF without any child elements.
- Do you think it is a good idea? will it be smooth ?