Beta Documentation - Subject to change.

Gets the minimum size of the window.

Syntax

Lua
function Window:GetMinimumSize();

Returns

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

Remarks

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

See Also