RSS

Понедельник, 29.04.2024, 10:28
Главная » WoW API » API Виджеты » Фрейм »

left, right, top, bottom = StatusBar:GetHitRectInsets()

[ править ]
Returns the insets from the frame's edges which determine its mouse-interactable area.
[клоны]
Returns the insets from the frame's edges which determine its mouse-interactable area.


Signature:
Code
left, right, top, bottom = Frame:GetHitRectInsets()

Returns:
  • left - Distance from the left edge of the frame to the left edge of its mouse-interactive area (in pixels) (number)
  • right - Distance from the right edge of the frame to the right edge of its mouse-interactive area (in pixels) (number)
  • top - Distance from the top edge of the frame to the top edge of its mouse-interactive area (in pixels) (number)
  • bottom - Distance from the bottom edge of the frame to the bottom edge of its mouse-interactive area (in pixels) (number)

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