-
Streched picture saving
I have an image box with an picture. Now the strech property is set to true. The only porblem is when I strecth the picture and save it, the bmp ain't the strechted version. The problem is I want to strech a picture and show it on a form, is this possible??
-
I need exactly the same thing. Streched image when saved is not the streched version but only the original one. Is there a way to save this streched image with its new size?!
Any ideas would be helpful
-
Picture1.Picture is the picture you loaded...
Picture1.image, is the picture is actually on the screen...
So when you save, try:
SavePicture Picture1.Image, "MyBitmap.bmp"