RanorexRanorex Documentation
FindFromPoint Method (screenLocation, resultPath)
NamespacesRanorex.CoreElementFindFromPoint(Point, RxPath%)
Find an element by screen location and build its RxPath. The found element is a descendant of this instance or this instance itself.
Declaration Syntax
C#Visual BasicVisual C++
public Element FindFromPoint(
	Point screenLocation,
	out RxPath resultPath
)
Public Function FindFromPoint ( _
	screenLocation As Point, _
	<OutAttribute> ByRef resultPath As RxPath _
) As Element
public:
Element^ FindFromPoint(
	Point screenLocation, 
	[OutAttribute] RxPath^% resultPath
)
Parameters
screenLocation (Point)
The location where the element is located.
resultPath ( RxPath %)
The result RxPath.
Return Value
The element at the specified location or null if nothing was found.

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