TextElementAutomationPeer.GetBoundingRectangleCore Méthode

Définition

Obtient le Rect qui représente le rectangle englobant du TextElement qui est associé à ce TextElementAutomationPeer. 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

Rect

Rect qui contient les coordonnées de l'élément ou Empty si l'élément n'est pas HwndSource et PresentationSource.

Attributs

S’applique à

Voir aussi