RSS

Четверг, 28.03.2024, 17:07
Главная » WoW API » API Виджеты » Размер »

point, xOffset, yOffset = Scale:GetOrigin()

[ править ]
Returns the scale animation's origin point.
[клоны]
Returns the scale animation's origin point. During a scale animation, the origin point remains in place while the positions of all other points in the scaled region are moved according to the scale factor.


Signature:
Code
point, xOffset, yOffset = Scale:GetOrigin()

Returns:
  • point - Anchor point for the scale origin (string, anchorPoint)
  • xOffset - Horizontal distance from the anchor point to the scale origin (in pixels) (number)
  • yOffset - Vertical distance from the anchor point to the scale origin (in pixels) (number)

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