RanorexRanorex Documentation
MoveTo Method (location)
NamespacesRanorexAdapterMoveTo(Location)
Moves the mouse to the specified location in the adapter.
Declaration Syntax
C#Visual BasicVisual C++
public void MoveTo(
	Location location
)
Public Sub MoveTo ( _
	location As Location _
)
public:
void MoveTo(
	Location^ location
)
Parameters
location (Location)
The location relative to the adapter to move to.
Remarks
If this method is invoked on a mobile element, TouchMove(Location) will be called internally and only the location argument will be considered.

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