UIElementAutomationPeer.GetBoundingRectangleCore Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère le Rect qui représente le rectangle englobant du UIElement associé à ce UIElementAutomationPeer. Cette méthode est appelée par 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
Retours
Le Rect qui contient les coordonnées de l’élément. Éventuellement, si l’élément n’est pas à la fois un HwndSource et un PresentationSource, cette méthode retourne Empty.
- Attributs