AutomationPeer.GetBoundingRectangle Method

Definition

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

public:
 virtual Rect GetBoundingRectangle() = GetBoundingRectangle;
Rect GetBoundingRectangle();
public Rect GetBoundingRectangle();
function getBoundingRectangle()
Public Function GetBoundingRectangle () As Rect

Returns

The bounding rectangle.

Applies to

See also