RanorexRanorex Documentation
MoveTo Method (location, moveTime)
NamespacesRanorexAdapterMoveTo(Location, Duration)
Moves the mouse to the specified location in the adapter.
Declaration Syntax
C#Visual BasicVisual C++
public void MoveTo(
	Location location,
	Duration moveTime
)
Public Sub MoveTo ( _
	location As Location, _
	moveTime As Duration _
)
public:
void MoveTo(
	Location^ location, 
	Duration^ moveTime
)
Parameters
location (Location)
The location relative to the adapter to move to.
moveTime (Duration)
The time after which the mouse should be at the specified position.

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