VBGamer |
|||||||||||||||||||||||||||
Re: Saving Rendered Scene as Bitmap Brykovian (1 reply, 0 views) (2001-Apr-3) Squidge ...
A couple of things to try:
1> Set the picture boxes "AutoRedraw" property to true
if that doesn't work, try
2> SavePicture MyPicture.Image, "mypic.bmp"
The .image property holds the currently displayed bitmap for the object. Whereas .Picture (the default) sometimes does not hold any updates made to the object.
I'm not sure when/why this happens ... maybe some of the other visiting gurus might know ... ??
-Bryk
|