RanorexRanorex Documentation
FindFromPoint Method (screenLocation)
NamespacesRanorex.CoreElementFindFromPoint(Point)
Find an element by screen location. The found element is a descendant of this instance or this instance itself.
Declaration Syntax
C#Visual BasicVisual C++
public Element FindFromPoint(
	Point screenLocation
)
Public Function FindFromPoint ( _
	screenLocation As Point _
) As Element
public:
Element^ FindFromPoint(
	Point screenLocation
)
Parameters
screenLocation (Point)
The location where the element is located.
Return Value
The element at the specified location or null if nothing was found.

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