IMobileGestures Interface

Description

Interface for objects that use long swipes.

Syntax

'Declaration
Public Class IMobileGestures

Methods

Name Description
Drag Performs a drag operation between the two specified points.
MultiTouch Performs a multi-touch operation with the given pointers. For every given pointer a swipe operation is executed at the same time.
PinchIn Performs a two-pointer gesture, where each pointer moves toward the other, from the edges to the center of this object. For example to zoom out on an image.
PinchOut Performs a two-pointer gesture, where each pointer moves opposite across the other, from the center out towards the edges of the this object. For example to zoom in on an image.
Swipe Performs a swipe between the two specified points.
SwipeDown Performs a down-swipe.
SwipeLeft Performs a left-swipe.
SwipeRight Performs a right-swipe.
SwipeUp Performs a up-swipe.
SwipeWithSegments Performs a swipe between the specified points.
TwoPointerMultiTouch Performs a multi-touch operation with two pointers. It executes two swipe operation at the same time.