AutomationElement.AutomationElementInformation.BoundingRectangle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得完全圍住項目的矩形座標。
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 元素遮蔽時,就會發生此情況的實例。