AutomationPeer.GetElementFromPoint(Point) Method

Definition

Gets an element from the specified point.

public:
 virtual Platform::Object ^ GetElementFromPoint(Point pointInWindowCoordinates) = GetElementFromPoint;
IInspectable GetElementFromPoint(Point const& pointInWindowCoordinates);
public object GetElementFromPoint(Point pointInWindowCoordinates);
function getElementFromPoint(pointInWindowCoordinates)
Public Function GetElementFromPoint (pointInWindowCoordinates As Point) As Object

Parameters

pointInWindowCoordinates
Point

The specified point.

Returns

Object

Platform::Object

IInspectable

The element at the specified point.

Applies to