Simulates a complete touchpad magnify sequence (zoom in or out).
public void TouchpadMagnifySequence(Interactive target, Point position, double totalMagnification, int steps = 10, KeyModifiers modifiers = KeyModifiers.None)
The target control to receive the event.
Position of the gesture.
Total magnification amount (positive = zoom in, negative = zoom out).
Number of intermediate steps (must be greater than 0).
Key modifiers.