void xtd::forms::control::set_bounds | ( | int32 | x, |
int32 | y, | ||
int32 | width, | ||
int32 | height, | ||
bounds_specified | specified | ||
) |
Sets the specified bounds of the control to the specified location and size.
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 xtd::forms::bounds_specified values. For any parameter not specified, the current value will be used. |