ZennoLab Assemblies Documentation
SwipeBetween(Int32,Int32,HtmlElement) Method
ZennoLab.CommandCenter Namespace > Tab.TouchSimulation Class > SwipeBetween Method : SwipeBetween(Int32,Int32,HtmlElement) 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: ZennoLab.CommandCenter.HtmlElement

HtmlElement that works as a ending point for the swipe.

Performs a swipe from a point to the HtmlElement. Both of them must be in a view, and the coordinates of a point must be relative to the top of a view.
Syntax
public void SwipeBetween( 
   int fromX,
   int fromY,
   HtmlElement heTo
)

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.

heTo

Type: ZennoLab.CommandCenter.HtmlElement

HtmlElement that works as a ending point for the swipe.

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