Hi all.
I have an image that I am loading from file. I have set the stretch property to true, as I want it to be stretched.
But when I save the picture to file, it does not save it in its streched format.
So I then put another image control on the form.
I then did image2.canvas.copyrect(image1.clientrect,image2.canvas,image2.clientrect) but it just copies the image is the format it isin the file.
 
What I want to do, is save the image in its stretch format.
 
Anyone have any ideas ?
 
Cheers Jeremy Coulter

Reply via email to