ZennoLab Assemblies Documentation
SwipeBetween(Int32,Int32,Int32,Int32) Method
ZennoLab.CommandCenter Namespace > Tab.TouchSimulation Class > SwipeBetween Method : SwipeBetween(Int32,Int32,Int32,Int32) Method

Type: System.Int32

X coordinate of a starting point relative to the top side of the view.

Type: System.Int32

Y coordinate of a starting point relative to the top side of the view.

Type: System.Int32

X coordinate of an ending point relative to the top side of the view.

Type: System.Int32

Y coordinate of an ending point relative to the top side of the view.

Performs a swipe between two points. Both points must be in a view, and the coordinates must be relative to the top of a view.
Syntax
public void SwipeBetween( 
   int fromX,
   int fromY,
   int toX,
   int toY
)

Parameters

fromX

Type: System.Int32

X coordinate of a starting point relative to the top side of the view.

fromY

Type: System.Int32

Y coordinate of a starting point relative to the top side of the view.

toX

Type: System.Int32

X coordinate of an ending point relative to the top side of the view.

toY

Type: System.Int32

Y coordinate of an ending point relative to the top side of the view.

Requirements

Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

Tab.TouchSimulation Class
Tab.TouchSimulation Members
Overload List