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

Структура Rect, содержащая координаты элемента. Кроме того, если элемент не является ни HwndSource, ни PresentationSource, этот метод возвращает Empty.

Атрибуты

Применяется к