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

Type: ZennoLab.CommandCenter.HtmlElement

HtmlElement that works as a starting point for the swipe.

Type: System.Int32

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

Type: System.Int32

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

Performs a swipe from the HtmlElement to the point. 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( 
   HtmlElement heFrom,
   int toX,
   int toY
)

Parameters

heFrom

Type: ZennoLab.CommandCenter.HtmlElement

HtmlElement that works as a starting point for the swipe.

toX

Type: System.Int32

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

toY

Type: System.Int32

Y coordinate of a final 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