Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Control::SetBounds Method (Int32, Int32, Int32, Int32)

 

Sets the bounds of the control to the specified location and size.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
void SetBounds(
	int x,
	int y,
	int width,
	int height
)

Parameters

x
Type: System::Int32

The new Left property value of the control.

y
Type: System::Int32

The new Top property value of the control.

width
Type: System::Int32

The new Width property value of the control.

height
Type: System::Int32

The new Height property value of the control.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft