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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.