-1

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?

Some Guy
  • 15,854
  • 10
  • 58
  • 67
Hitesh
  • 3
  • 1

1 Answers1

-1

look into Inkcanvas.Strokes collection. you can iterate though it and get coordinates if your using WPF

David
  • 16
  • 1