HI eveybody!
I'd like to save a screenshot (Environment.VideoDriver.CreateScreenShot()) to a file.
Image screenshot = Game.Environment.VideoDriver.CreateScreenShot();
--> what next?
I tried to seach the forum, but found no anwser.
Please help!
How to...save a screenshot to a file
ScreenShot
Hi,
Is that line executing, then fine add this line...
device.VideoDriver.WriteImageIntoFile(screenshot , "Img.jpg");
For me whan i execute,
IrrlichtNETCP.Image img = device.VideoDriver.CreateScreenShot();
its giving memory ref execp.
Is that line executing, then fine add this line...
device.VideoDriver.WriteImageIntoFile(screenshot , "Img.jpg");
For me whan i execute,
IrrlichtNETCP.Image img = device.VideoDriver.CreateScreenShot();
its giving memory ref execp.
-
- Posts: 2
- Joined: Thu Aug 23, 2007 11:33 am