RanorexRanorex Documentation
GetScreenLocation Method (element)
NamespacesRanorexLocationGetScreenLocation(Element)
Gets the screen coordinates of a given Location corresponding to the specified element.
Declaration Syntax
C#Visual BasicVisual C++
public Point GetScreenLocation(
	Element element
)
Public Function GetScreenLocation ( _
	element As Element _
) As Point
public:
Point GetScreenLocation(
	Element^ element
)
Parameters
element (Element)
The element.
Return Value
The screen location resulting from the location and the specified element.

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