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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.