Returns the overall scale factor of the frame. Unlike :GetScale() which returns the scale factor of the frame relative to its parent, this function returns the absolute scale factor of the frame, taking into account the relative scales of parent frames.
Signature:
Code
scale = Frame:GetEffectiveScale()
Returns:
scale - Scale factor for the frame relative to its parent (number)