AutomationPeer.GetPeerFromPoint(Point) Metoda

Definice

Získá z AutomationPeer zadaného bodu.

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

Pozice na obrazovce, ze které chcete získat AutomationPeer

Návraty

Hodnota AutomationPeer v zadaném bodě.

Platí pro