UIElementAutomationPeer.GetBoundingRectangleCore メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この 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 。 必要に応じて、要素が HwndSource と PresentationSource のどちらでもない場合、このメソッドが Empty を返します。
- 属性