UIElementAutomationPeer.GetBoundingRectangleCore Método

Definición

Obtiene el Rect objeto que representa el rectángulo delimitador del UIElement objeto asociado a este UIElementAutomationPeerobjeto . Este método lo llama 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

Devoluciones

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

Atributos

Se aplica a