FORMS_Widget.SetSize

A function defined in FORMS_Widget.gml

SetSize(_width, _height)

Description

Sets the width and height of the widget.

Arguments

Name Type Description
_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.