CONTROL:get_layer_bounds
CONTROL:get_layer_bounds()
Computes the layer-relative bounds for this control. Does not take layer scrolling offset into account.
Layer relative bounds are the resolved bounds of each parent-control accumulated.
Returns
| Type | Description |
|---|---|
#number | The x-coordinate of the control's layer-relative bounds. |
#number | The y-coordinate of the control's layer-relative bounds. |
#number | The width of the control's layer-relative bounds. |
#number | The height of the control's layer-relative bounds. |