Beyond_Beyaan.BBLabel.GetHeight C# (CSharp) Метод

GetHeight() публичный Метод

public GetHeight ( ) : float
Результат float
        public float GetHeight()
        {
            return _textSprite.Height > 0 ? _textSprite.Height : 1;
        }