TextElementAutomationPeer.GetBoundingRectangleCore Метод

Определение

Возвращает Rect, представляющий ограничивающий прямоугольник элемента TextElement, связанного с этим объектом TextElementAutomationPeer. Вызывается методом 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, содержащий координаты элемента, или свойство Empty, если элемент не является объектом HwndSource и PresentationSource.

Атрибуты

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

См. также раздел