AutomationPeer.GetPeerFromPoint(Point) Metoda

Definicja

Pobiera element AutomationPeer z określonego punktu.

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

Parametry

point
Point

Pozycja na ekranie, z których ma być pobierana AutomationPeer .

Zwraca

Element AutomationPeer w określonym punkcie.

Dotyczy