UIElementAutomationPeer.GetBoundingRectangleCore Metodo

Definizione

Ottiene l'oggetto Rect che rappresenta il rettangolo di delimitazione di UIElement associato a UIElementAutomationPeer. Questo metodo viene chiamato da 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

Restituisce

Rect

Oggetto Rect che contiene le coordinate dell'elemento. Facoltativamente, se l'elemento non è né un oggetto HwndSource né un oggetto PresentationSource, il metodo restituisce Empty.

Attributi

Si applica a