ScreenManagement.GameScreen.Draw C# (CSharp) Method

Draw() public abstract method

This is called when the screen should draw itself.
public abstract Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void
        public abstract void Draw(GameTime gameTime);