Performs the work of setting the specified bounds of this control.
- Parameters
-
x | The new left property value of the control. |
y | The new top property value of the control. |
width | The new width property value of the control. |
height | The new height property value of the control. |
specified | A bitwise combination of the bounds_specified values. |
- Notes to Inheritors
- When overriding set_bounds_core(int32, int32, int32, int32, bounds_specified) in a derived class, be sure to call the base class's set_bounds_core(int32, int32, int32, int32, bounds_specified) method to force the bounds of the control to change. Derived classes can add size restrictions to the set_bounds_core(int32, int32, int32, int32, bounds_specified) method.
Reimplemented from xtd::forms::control.