AutomationPeerGetBoundingRectangle Method

Gets the bounding rectangle of the element that is associated with the automation peer in top-level coordinates.

Definition

Namespace: Avalonia.Automation.Peers
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public Rect GetBoundingRectangle()

Return Value

Rect

Remarks

WindowsIRawElementProviderFragment.get_BoundingRectangle
macOSNSAccessibilityProtocol.accessibilityFrame

See Also