SetRectangle

function

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

Description

Sets the x and y position of the widget relative to its delegate 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.PEd_GUIWidget Returns self.


Copyright © 2022, BlueBurn. Built on September 12, 2022 using GMDoc.