Comments on: Taking screenshots in XNA http://xnafan.net/2013/01/taking-screenshots-in-xna/ XNA tutorials, code and games Fri, 10 Aug 2018 04:55:21 +0000 hourly 1 https://wordpress.org/?v=4.2.22 By: admin http://xnafan.net/2013/01/taking-screenshots-in-xna/comment-page-1/#comment-176855 Sat, 30 Aug 2014 12:11:48 +0000 http://xnafan.net/?p=730#comment-176855 Hi Kai :)

Would you mail me your code to look at?

Kind regards - Jakob

]]>
By: Kai Andres http://xnafan.net/2013/01/taking-screenshots-in-xna/comment-page-1/#comment-173056 Mon, 25 Aug 2014 15:08:39 +0000 http://xnafan.net/?p=730#comment-173056 When i try to create 1++ screenshots its everytime the same shot even if the drawing has moved.

]]>
By: admin http://xnafan.net/2013/01/taking-screenshots-in-xna/comment-page-1/#comment-62145 Wed, 01 May 2013 17:13:58 +0000 http://xnafan.net/?p=730#comment-62145 Okay, that sounds like you're not calling GraphicsDevice.PrepareScreenShot _before_ SpriteBatch.Begin, and GraphicsDevice.SaveScreenShot _after_ SpriteBatch.End ....?
Have you tried downloading the codesample and comparing it with your code?
If you're still at a loss to the purple screen, send me the code for your Draw() method - my email is: "kr [at] rup [dot] dk" and I'll have a look at it :)

Kind regards - Jakob

]]>
By: joppiesaus http://xnafan.net/2013/01/taking-screenshots-in-xna/comment-page-1/#comment-62140 Wed, 01 May 2013 15:39:21 +0000 http://xnafan.net/?p=730#comment-62140 This is a awsome class! But this is a bit weird, because you get automaticly a purple screen when you take a screenshot.

]]>