Action
Performs a drag operation between the two specified points.
Syntax
C#
iMobileGestures.Drag(start, end)
VB
iMobileGestures.Drag(start, end)
Variable |
Description |
start |
The start point of the drag operation. Point.
|
end |
The end point of the drag operation. Point.
|