MultiTouch Method (IMobileGestures)
Class
IMobileGestures
.
Action
Performs a multi-touch operation with the given pointers. For every given pointer a swipe operation is executed at the same time.
Syntax
iMobileGestures
.
MultiTouch
(
pointers
)
Variable
Description
pointers
A list of pointers where every pointer contains a list of points describing it's touch path.
List(Of
List(Of
Point
)
)
.