RanorexRanorex Documentation
Location Constructor (xFactor, yFactor)
NamespacesRanorexLocationLocation(Double, Double)
Initializes a new instance of the Location class, using a proportional position.
Declaration Syntax
C#Visual BasicVisual C++
public Location(
	double xFactor,
	double yFactor
)
Public Sub New ( _
	xFactor As Double, _
	yFactor As Double _
)
public:
Location(
	double xFactor, 
	double yFactor
)
Parameters
xFactor (Double)
A value between 0 and 1 representing the horizontal location within an element proportional to its width.
yFactor (Double)
A value between 0 and 1 representing the vertical location within an element proportional to its height.

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