Beispiel #1
0
        /// <summary>
        /// Default constructor.
        /// </summary>
        public YnLabel()
            : base()
        {
            _text           = "";
            _useCustomColor = false;

            // No text alignment by default
            _textAlign    = YnTextAlign.None;
            _textPosition = Vector2.Zero;
            _textWidth    = 0;
            _textHeight   = 0;
        }
Beispiel #2
0
        /// <summary>
        /// Default constructor.
        /// </summary>
        public YnLabel() 
            : base() 
        {
            _text = "";
            _useCustomColor = false;

            // No text alignment by default
            _textAlign = YnTextAlign.None;
            _textPosition = Vector2.Zero;
            _textWidth = 0;
            _textHeight = 0;
        }