CONTROL:set_bounds
CONTROL:set_bounds(
x,
y,
width,
height
)
Set the value of grd_x, grd_y, grd_width and grd_height for this control to the provided values.
Parameters
| Name | Type | Description |
|---|---|---|
x | #number | An integer value to set to grd_x of this control. |
y | #number | An integer value to set to grd_y of this control. |
width | #number | An integer value to set to grd_width of this control. |
height | #number | An integer value to set to grd_height of this control. |