VBGamer |
|||||||||||||||||||||||||||
Re: Saving Rendered Scene as Bitmap oldteen (1 reply, 0 views) (2001-Mar-23) you can test this pseudo-code:
1) create a picturebox
add in your program this line :
2) yourSurface.BltToDc picturebox.hdc, srcRct, destRct
(yourSurface can be the backbuffer)
3) savepicture picturebox, "myPicture.bmp"
you must have DirectX 7
Oldteen
|