RSS

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

xFactor, yFactor = Scale:GetScale()

[ править ]
Returns the animation's scaling factors.
[клоны]
Returns 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
xFactor, yFactor = Scale:GetScale()

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

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