UIElementAutomationPeer.GetBoundingRectangleCore Método

Definición

Obtiene Rect que representa el rectángulo delimitador de UIElement que está asociado a este UIElementAutomationPeer. GetBoundingRectangle() llama a este método.

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

Devoluciones

Rect

Rect que contiene las coordenadas del elemento. Opcionalmente, si el elemento no es HwndSource ni PresentationSource, este método devuelve Empty.

Atributos

Se aplica a