Beta Documentation - Subject to change.

Sets the maximum size of the window.

Syntax

Lua
function Window:SetMaximumSize(width, height);

Parameters

width
Type: number
The desired maximum width.
height
Type: number
The desired maximum height.

Remarks

Sets the maximum size of the window.

See Also