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.
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)