I\'d like to rotate a Texture in XNA. I know I can rotate it when it is drawn, but I would like the Texture2D variable to be the rotated texture. Is there any way to do this
Use RenderTarget, draw your texture rotated into the RenderTarget, take the texture and save it.