IControlDesignerView.GetBounds(DesignerRegion) Method

Definition

Retrieves the outer bounds of the designer view.

public:
 System::Drawing::Rectangle GetBounds(System::Web::UI::Design::DesignerRegion ^ region);
public System.Drawing.Rectangle GetBounds (System.Web.UI.Design.DesignerRegion region);
abstract member GetBounds : System.Web.UI.Design.DesignerRegion -> System.Drawing.Rectangle
Public Function GetBounds (region As DesignerRegion) As Rectangle

Parameters

region
DesignerRegion

The DesignerRegion for which you want to retrieve the bounds.

Returns

A Rectangle containing information about the location and measurements of the view at design time.

Applies to

See also