RanorexRanorex Documentation
Location Constructor (dx, dy)
NamespacesRanorexLocationLocation(Int32, Int32)
Initializes a new instance of the Location class, using a pixel value.
Declaration Syntax
C#Visual BasicVisual C++
public Location(
	int dx,
	int dy
)
Public Sub New ( _
	dx As Integer, _
	dy As Integer _
)
public:
Location(
	int dx, 
	int dy
)
Parameters
dx (Int32)
The horizontal distance from the upper left corner of the element in pixels.
dy (Int32)
The vertical distance from the upper left corner of the element in pixels.

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