AutomationPeer.GetBoundingRectangleCore Method

Definition

When overridden in a derived class, is called by GetBoundingRectangle().

protected:
 abstract System::Windows::Rect GetBoundingRectangleCore();
protected abstract System.Windows.Rect GetBoundingRectangleCore ();
abstract member GetBoundingRectangleCore : unit -> System.Windows.Rect
Protected MustOverride Function GetBoundingRectangleCore () As Rect

Returns

The bounding rectangle.

Exceptions

A public call to this method is currently in progress.

Applies to

See also