IRootProviderGetPeerFromPoint Method
Gets the element at the specified point, expressed in top-level coordinates.
Namespace: Avalonia.Automation.ProviderAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
AutomationPeer? GetPeerFromPoint(
Point p
)
Function GetPeerFromPoint (
p As Point
) As AutomationPeer
abstract GetPeerFromPoint :
p : Point -> AutomationPeer
- p Point
- The point.
AutomationPeer | Windows | IRawElementProviderFragmentRoot.ElementProviderFromPoint |
| macOS | UIAccessibility.accessibilityHitTest |