Frame:GetResizeBounds

From Warcraft Wiki
Jump to navigation Jump to search

Returns the minimum and maximum size of the frame for user resizing.

minWidth, minHeight, maxWidth, maxHeight = Frame:GetResizeBounds()

Returns

minWidth
number
minHeight
number
maxWidth
number
maxHeight
number

Patch changes

Dragonflight Patch 10.0.0 (2022-10-25): Added; replaces Frame:GetMinResize, Frame:GetMaxResize