DesignerRegion.GetBounds Method

Definition

Retrieves the size of the designer region on the design surface.

public System.Drawing.Rectangle GetBounds ();

Returns

A Rectangle representing the designer region size on the design surface.

Remarks

The GetBounds method returns a value that is equivalent to calling the GetBounds method on the Designer object with this designer region.

Applies to

Proizvod Verzije
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also