Blink.Game1.Game1 C# (CSharp) Method

Game1() public method

public Game1 ( ) : System
return System
        public Game1()
        {
            running = true;
            graphics = new GraphicsDeviceManager(this);
            graphics.PreferredBackBufferWidth = 1600;
            graphics.PreferredBackBufferHeight = 960;
            //graphics.ToggleFullScreen();
            Content.RootDirectory = "Content";
        }