WindowAutomationPeer.GetBoundingRectangleCore Método

Definición

Obtiene el Rect que representa el rectángulo delimitador del Window asociado a este WindowAutomationPeer. Es llamado por el método 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 representa las coordenadas de la pantalla del elemento Window.

Atributos

Se aplica a