In a level editor I\'ve made for my XNA game (editor is also in XNA) I\'m allowing to scale Texture2D objects.
When the user tries to save the level, I\'d like to ac
Have you tried Texture2D.Save()?