[Praise] This is such a nice little qol change i had to comment.

The rectangle overload this will save countless extra keystrokes.

spriteBatch.Draw(gridTexture, new Rectangle(Point.Zero, GraphicsDevice.PresentationParameters.Bounds.Size), Color.White);

new Rectangle(Point.Zero, GraphicsDevice.PresentationParameters.Bounds.Size)