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

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

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