Azmyth.XNA.frmRightPanel.Update C# (CSharp) Method

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void
        public override void Update(GameTime gameTime)
        {
            new Rectangle((Game.GraphicsDevice.Viewport.Width) - 300, 0, 300, Game.GraphicsDevice.Viewport.Height);

            base.Update(gameTime);
        }