A function defined in FORMS_Widget.gml
SetRectangle(_widget, _x, _y, _width, _height)
Sets the x and y position of the widget relative to its parent and its size.
Name | Type | Description |
---|---|---|
_x | Real |
The new x position. |
_y | Real |
The new y position. |
_width | Real |
The new width. |
_height | Real |
The new height. |
Struct.FORMS_Widget
Returns self
.
Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.