UIElementAutomationPeer.GetBoundingRectangleCore メソッド

定義

この UIElementAutomationPeer に関連付けられている UIElement の外接する四角形を表す Rect を取得します。 このメソッドは 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

要素の座標を格納している Rect 。 必要に応じて、要素が HwndSourcePresentationSource のどちらでもない場合、このメソッドが Empty を返します。

属性

適用対象