Tagged Questions
The spritebatch tag has no wiki summary.
3
votes
0answers
291 views
How do I configure the clipping region when drawing with XNA's SpriteBatch?
I have a SpriteBatch that is set to draw to a RenderTarget2D that is 500 pixels larger in both height and width. Whenever I draw to a point outside of the physical screen dimensions, it will not draw ...