xtd 0.2.0
Loading...
Searching...
No Matches

◆ set_bounds() [2/2]

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.

Parameters
xThe new left property value of the control.
yThe new top property value of the control.
widthThe new width property value of the control.
heightThe new height property value of the control.
specifiedA bitwise combination of the xtd::forms::bounds_specified values. For any parameter not specified, the current value will be used.