RanorexRanorex Documentation
TouchMove Method (x, y)
NamespacesRanorexAdapterTouchMove(Double, Double)
Performs a touch move action on the adapter. This adds a move to the specified location with finger/mouse pressed.
Declaration Syntax
C#Visual BasicVisual C++
public void TouchMove(
	double x,
	double y
)
Public Sub TouchMove ( _
	x As Double, _
	y As Double _
)
public:
void TouchMove(
	double x, 
	double y
)
Parameters
x (Double)
X-Coordinate to click within the element rectangle as percentage (1.0 = 100%). If the value is greater than 1.0 the click will be performed outside the element.
y (Double)
Y-Coordinate to click within the element rectangle as percentage (1.0 = 100%). If the value is greater than 1.0 the click will be performed the element.
See Also

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.3.22982 (4.0.3.22982)