TextElementAutomationPeer.GetBoundingRectangleCore Metodo

Definizione

Ottiene l'oggetto Rect che rappresenta il rettangolo di delimitazione dell'oggetto associato all'oggetto TextElementTextElementAutomationPeer. Chiamato da GetBoundingRectangle().

protected:
 override System::Windows::Rect GetBoundingRectangleCore();
[System.Security.SecurityCritical]
[System.Security.SecurityTreatAsSafe]
protected override System.Windows.Rect GetBoundingRectangleCore();
[<System.Security.SecurityCritical>]
[<System.Security.SecurityTreatAsSafe>]
override this.GetBoundingRectangleCore : unit -> System.Windows.Rect
Protected Overrides Function GetBoundingRectangleCore () As Rect

Valori restituiti

Oggetto Rect che contiene le coordinate dell'elemento oppure Empty se l'elemento non è un HwndSource oggetto e un oggetto PresentationSource.

Attributi

Si applica a

Vedi anche