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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.