GetPeerFromPoint Method
Gets the element at the specified point, expressed in top-level coordinates.
Definition
Namespace: Avalonia.Automation.Provider
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
AutomationPeer? GetPeerFromPoint(
Point p
)
Function GetPeerFromPoint (
p As Point
) As AutomationPeer
abstract GetPeerFromPoint :
p : Point -> AutomationPeer
Parameters
- Point
- The point.
Return Value
AutomationPeerSee Also
Reference
IRootProvider Interface
Avalonia.Automation.Provider Namespace