setBounds
Description​
Sets the position and size of the container for efficient repositioning.
- JavaScript
- C#
- Kotlin
setBounds(x: number, y: number, w: number, h: number): void
void SetBounds(double x, double y, double w, double h)
fun setBounds(x: Double, y: Double, w: Double, h: Double): Unit
Parameter | Summary |
---|---|
xAll | The X-position |
yAll | The Y-position |
wAll | The width |
hAll | The height |