RSS

Пятница, 19.04.2024, 13:27
Главная » WoW API » API Виджеты » Размер »

Scale:SetScale(xFactor, yFactor)

[ править ]
Sets the animation's scaling factors.
[клоны]
Sets the animation's scaling factors. At the end of the scale animation, the animated region's dimensions are equal to its initial dimensions multiplied by its scaling factors.


Signature:
Code
Scale:SetScale(xFactor, yFactor)

Arguments:
  • xFactor - Horizontal scaling factor (number)
  • yFactor - Vertical scaling factor (number)

Также смотрите: Размер
Ссылки: http://wowprogramming.com/docs/widgets/Scale/SetScale