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

◆ set_bounds() [1/2]

void xtd::forms::control::set_bounds ( int32  x,
int32  y,
int32  width,
int32  height 
)

Sets the 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.