0
Under review

Off screen picture

Isdas 10 years ago updated by Isdas 9 years ago 3
Hi

Is it possible / anyone knows how to render some graphics and taking a picture of it without having the picture on the screen? I.e. taking 100 pictures and saving them as a .bmp, .jpg etc.. This ain't a problem when I got the graphics visible.

I am currently using the SharpDX-fork, but I think the same problem applies to the WPF-fork (main) as well.

Best regards
-Isdas
I'm interested as well. Right now I do this by inserting a UI element over the region I want to capture and preventing the region from being resized, but it would be nicer to take this off-screen.
Under review
It would be great to have a demo doing this! Both for WPF and SharpDX...

For WPF, I have the following links
http://www.charlespetzold.com/blog/2007/12/High-Re...
http://stackoverflow.com/questions/2179042/rendert...
Øystein: I'll look into it and try to make a demo of it as soon as possible :)