Beta Documentation - Subject to change.

Gets the maximum size of the window.

Syntax

Lua
function Window:GetMaximumSize();

Returns

Type: number, number
The maximum width and height as a pair of integers.

Remarks

Gets the maximum size of the control, returning the pair of width and height in a list of integers.

See Also