AutomationPeer.GetPeerFromPoint(Point) Метод

Определение

Получает AutomationPeer из указанной точки.

public:
 System::Windows::Automation::Peers::AutomationPeer ^ GetPeerFromPoint(System::Windows::Point point);
public System.Windows.Automation.Peers.AutomationPeer GetPeerFromPoint (System.Windows.Point point);
member this.GetPeerFromPoint : System.Windows.Point -> System.Windows.Automation.Peers.AutomationPeer
Public Function GetPeerFromPoint (point As Point) As AutomationPeer

Параметры

point
Point

Положение на экране, из которого требуется получить AutomationPeer.

Возвращаемое значение

AutomationPeer

AutomationPeer в заданной точке.

Применяется к