I'm developing an application in wpf for a microsofft surface device.
I have an InkCanvas where i can draw somethin and then obtain all Strokes and all the StylusPoint from the strokes. I need, aniway, to obtain the timestamp (or some kind of tick, probably in mseconds resolution) for each point gathered using the InkCanvas.
I cannot find something that fit my requirements, there is a way to do this?