UIElementAutomationPeer.GetBoundingRectangleCore メソッド

定義

このRectに関連付けられているUIElementの外接する四角形を表すUIElementAutomationPeerを取得します。 このメソッドは、 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 。 必要に応じて、要素が HwndSourcePresentationSourceの両方でない場合、このメソッドは Emptyを返します。

属性

適用対象