I have a Canvas with several elements, some of which implement a simple interface called ISelectable.
In order to select these ISelectable elements, I'm currently using an adorner to draw a Rectangle, check the intersection, and add to my selections. I have no problem with this and it works great.
My question is: How can I select these element with lasso selection? And Can I use InkCanvas for this porpuse?