WoW:API Region GetHeight
Jump to navigation
Jump to search
Gets the height of a frame-based object.
obj:GetHeight();
- Arguments
- nil
- Returns
- Height of the frame-based object.
- Example
myAddonOptionsParent = myAddonOptions:GetParent(); myAddonOptions:SetHeight(myAddonOptionsParent:GetHeight() / 2);
- Result
- The frame named 'myAddonOptions' would be set to half the height of its parent frame.
- Description
- Returns the height of a frame-based object.