AutomationPeer.GetBoundingRectangle Method

Definition

Gets the Rect object that represents the screen coordinates of the element that is associated with the automation peer.

public:
 System::Windows::Rect GetBoundingRectangle();
public System.Windows.Rect GetBoundingRectangle ();
member this.GetBoundingRectangle : unit -> System.Windows.Rect
Public Function GetBoundingRectangle () As Rect

Returns

The bounding rectangle.

Applies to

See also