Returns the maximum size of the frame for user resizing. Applies when resizing the frame with the mouse via :StartSizing().
Signature:
maxWidth, maxHeight = Frame:GetMaxResize()
Returns:
maxWidth- Maximum width of the frame (in pixels), or0for no limit (number)maxHeight- Maximum height of the frame (in pixels), or0for no limit (number)