ItemAutomationPeer.GetBoundingRectangleCore Method

Definition

Gets the Rect that represents the bounding rectangle of the specified UIElement.

protected:
 override System::Windows::Rect GetBoundingRectangleCore();
protected override System.Windows.Rect GetBoundingRectangleCore ();
override this.GetBoundingRectangleCore : unit -> System.Windows.Rect
Protected Overrides Function GetBoundingRectangleCore () As Rect

Returns

The bounding rectangle.

Remarks

The UIElement corresponds to the data item in the Items collection that is associated with this ItemAutomationPeer. This method is called by GetBoundingRectangle.

Applies to

See also