IControlDesignerView.GetBounds(DesignerRegion) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.