RSS

Пятница, 26.04.2024, 02:10
Главная » WoW API » API Виджеты » Фрейм »

maxWidth, maxHeight = TabardModel:GetMaxResize()

[ править ]
Returns the maximum size of the frame for user resizing.
[клоны]
Returns the maximum size of the frame for user resizing. Applies when resizing the frame with the mouse via :StartSizing().


Signature:
Code
maxWidth, maxHeight = Frame:GetMaxResize()

Returns:
  • maxWidth - Maximum width of the frame (in pixels), or 0 for no limit (number)
  • maxHeight - Maximum height of the frame (in pixels), or 0 for no limit (number)

Также смотрите: Фрейм
Ссылки: http://wowprogramming.com/docs/widgets/Frame/GetMaxResize