FORMS_Widget.SetRectangle

A function defined in FORMS_Widget.gml

SetRectangle(_widget, _x, _y, _width, _height)

Description

Sets the x and y position of the widget relative to its parent and its size.

Arguments

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.

Returns

Struct.FORMS_Widget Returns self.


Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.