@willmotil wrote:
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)
Posts: 1
Participants: 1