How can I implement a custom lasso selector on an InkCanvas
? How do I detect involved inks or elements by collecting points generated by mouse movement?
Asked
Active
Viewed 978 times
3

Dan Is Fiddling By Firelight
- 5,981
- 17
- 77
- 128

Samir Sabri
- 71
- 1
- 5
1 Answers
1
- No need to implement lasso selector. InkCanvas with EditingMode="Select" lets you select, move and resize elements on the InkCanvas.
- The ink strokes that user draws on the InkCanvas are held in Strokes property in the InkCanvas element

EvAlex
- 2,888
- 1
- 20
- 24