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.
Form::SetBoundsCore Method (Int32, Int32, Int32, Int32, BoundsSpecified)
.NET Framework (current version)
Performs the work of setting the specified bounds of this control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
protected: virtual void SetBoundsCore( int x, int y, int width, int height, BoundsSpecified specified ) override
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.
- specified
-
Type:
System.Windows.Forms::BoundsSpecified
A bitwise combination of the BoundsSpecified values.
.NET Framework
Available since 1.1
Available since 1.1
Show: