SwipeWithSegments Method (IMobileGestures)

Action

Performs a swipe between the specified points.

Syntax

C#
iMobileGestures.SwipeWithSegments(segments, [steps, delayBetweenSteps])
VB
iMobileGestures.SwipeWithSegments(segments, [steps, delayBetweenSteps])
Variable Description
segments The points between to swipe. List(Of Point).
steps Optional: the number of steps for the swipe. Increase the amount of steps to increase the duration of the swipe. Integer.
delayBetweenSteps Optional: the delay in milliseconds between swipe steps. For example, when scrolling an application with a swipe operation, it depends on the swipe speed how far the application scrolls. Typically a higher delay (e.g. 300 milliseconds) creates more reproducible results. Integer.