UIElementAutomationPeer.GetBoundingRectangleCore Método

Definição

Obtém-se o Rect que representa o retângulo delimitador do UIElement que está associado a este UIElementAutomationPeer. Este método é 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

Devoluções

O Rect que contém as coordenadas do elemento. Opcionalmente, se o elemento não for simultaneamente a HwndSource e a PresentationSource, este método devolve Empty.

Atributos

Aplica-se a