CONTROL:get_parent_bounds
CONTROL:get_parent_bounds()
Computes the parent-relative bounds for this control. Parent relative bounds are equivalent to the resolved bounds of this control with the parent's padding applied.
Returns
| Type | Description |
|---|---|
#number | The x-coordinate of the control's parent-relative bounds. |
#number | The y-coordinate of the control's parent-relative bounds. |
#number | The width of the control's parent-relative bounds. |
#number | The height of the control's parent-relative bounds. |