UIElementAutomationPeer.GetBoundingRectangleCore 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 Rect,代表與此 UIElementAutomationPeer 相關聯的 UIElement 週框。 這個方法是由 GetBoundingRectangle() 所呼叫。
protected:
override System::Windows::Rect GetBoundingRectangleCore();
[System.Security.SecurityCritical]
[System.Security.SecurityTreatAsSafe]
protected override System.Windows.Rect GetBoundingRectangleCore ();
protected override System.Windows.Rect GetBoundingRectangleCore ();
[<System.Security.SecurityCritical>]
[<System.Security.SecurityTreatAsSafe>]
override this.GetBoundingRectangleCore : unit -> System.Windows.Rect
override this.GetBoundingRectangleCore : unit -> System.Windows.Rect
Protected Overrides Function GetBoundingRectangleCore () As Rect
傳回
Rect,包含項目的座標。 (選擇性) 如果項目不是 HwndSource 和 PresentationSource,這個方法會傳回 Empty。
- 屬性