TextElementAutomationPeer.GetBoundingRectangleCore Method

Definition

Gets the Rect representing the bounding rectangle of the TextElement that is associated with this TextElementAutomationPeer. Called by 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

Returns

The Rect that contains the coordinates of the element, or Empty if the element is not a HwndSource and a PresentationSource.

Attributes

Applies to

See also