IEmbeddedRootProviderGetPeerFromPoint 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) Version: 11.3.999
AutomationPeer? GetPeerFromPoint(
	Point p
)

Parameters

p  Point
The point.

Return Value

AutomationPeer

See Also