Factory class for creating paired gesture recognizer test helpers for multi-touch scenarios.
public static class MultiTouchTestHelperFactory
kind:method, kind:property, kind:ctor. Press Esc to clear.Create(Int32)Creates multiple touch helpers for multi-finger gestures.CreatePair()Creates a pair of touch helpers for two-finger gestures like pinch.SimulatePinch(Interactive, Point, Point, Point, Point, Int32)Simulates a pinch gesture using two touch helpers.SimulatePinchZoomIn(Interactive, Point, Double, Double, Int32)Simulates a pinch zoom in gesture (fingers moving apart).SimulatePinchZoomOut(Interactive, Point, Double, Double, Int32)Simulates a pinch zoom out gesture (fingers moving together).SimulateRotation(Interactive, Point, Double, Double, Double, Int32)Simulates a rotation gesture.SimulateTwoFingerPan(Interactive, Point, Point, Double, Int32)Simulates a two-finger pan gesture.