What events are triggered during drawing with stylus using InkCanvas WPF?

98 views Asked by At

I need to know a timestamp of each styluspoint collected in stroke. For further analysis I need coordinates and time of each one of them.

Taking timestamp from events seems to be the most sensible solution. However, each time I have got more coordinates than timestamps. I tried StylusDown, StylusButtonDown and StylusMove events and have no idea why it's not enough.

0

There are 0 answers