TextElementAutomationPeer.GetBoundingRectangleCore Método

Definição

Obtém o Rect retângulo delimitador associado a TextElement isso TextElementAutomationPeer. Chamado por 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

Retornos

O Rect que contém as coordenadas do elemento ou Empty se o elemento não é um HwndSource e um PresentationSource.

Atributos

Aplica-se a

Confira também