I am writting an application where I have hooked in with InkManager. User can draw anything on that canvas, I want to capture the stroke information. How do I get a list of all the coordinate which made the stroke?
Asked
Active
Viewed 334 times
1 Answers
-1
look into Inkcanvas.Strokes collection. you can iterate though it and get coordinates if your using WPF

David
- 16
- 1