MoodSwingGUI.MSLabel.MSLabel C# (CSharp) Method

MSLabel() public method

public MSLabel ( String text, Rectangle boundingRectangle, SpriteFont spriteFont, Color textColor, SpriteBatch spriteBatch, Microsoft.Xna.Framework.Game game ) : System
text String
boundingRectangle Microsoft.Xna.Framework.Rectangle
spriteFont Microsoft.Xna.Framework.Graphics.SpriteFont
textColor Color
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
game Microsoft.Xna.Framework.Game
return System
        public MSLabel(String text, Rectangle boundingRectangle, SpriteFont spriteFont, Color textColor, SpriteBatch spriteBatch, Game game)
            : base(boundingRectangle, spriteBatch, game)
        {
        }
MSLabel