Simulates a pinch gesture event.
public void PinchGesture(Interactive target, double scale, Point scaleOrigin, double angleDelta = 0, double distance = 0)
The target control to receive the event.
Scale factor (> 1 for zoom in, < 1 for zoom out).
Origin point of the pinch gesture.
Rotation angle delta in radians.
Total distance between fingers.