Simulates a two-finger pan gesture.
public void SimulateTwoFingerPan(Interactive target, Point startPoint, Point endPoint, double fingerSpacing = 50, int steps = 10)
The target control to receive the event.
Starting position of the pan.
Ending position of the pan.
Distance between the two fingers.
Number of intermediate steps.