AutomationElement.AutomationElementInformation.BoundingRectangle 属性

定义

获取完全包围元素的矩形的坐标。

public:
 property System::Windows::Rect BoundingRectangle { System::Windows::Rect get(); };
public System.Windows.Rect BoundingRectangle { get; }
member this.BoundingRectangle : System.Windows.Rect
Public ReadOnly Property BoundingRectangle As Rect

属性值

包围矩形的点坐标。

注解

返回的矩形可以包含不可单击的点。 当用户界面 (UI) 项具有不规则的形状或可单击区域,或者被其他 UI 元素遮盖时,可能会发生这种情况。

适用于

另请参阅