RanorexRanorex Documentation
TouchMove Method (location)
NamespacesRanorexAdapterTouchMove(Location)
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(
	Location location
)
Public Sub TouchMove ( _
	location As Location _
)
public:
void TouchMove(
	Location^ location
)
Parameters
location (Location)
The location to touch at.
See Also

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