संपादित करें

इसके माध्यम से साझा किया गया


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