I am using .net 4 beta 2 touch screen libraries, and Im trying to implement the zoom function in my WPF application.
I can make scaling work fine, but I want to zoom in pinch gestures, and I don't see anything in the API on how to do this.
Are there any methods or properties that show the two contacts that are used in the pinch gesture so that I can get their center?
EDIT:
I just explored using the GetIntermediateTouchPoints TouchEventArgs method, which didn't seem to give me what I want.
Thanks a lot Mark
source share