hi,
i have a problem with image.
i have loaded an image in the
Code:
Image1.Picture = loadpicture("c:\abc.jpg")
but when i change its size height and width by
Code:
Image1.height=200
image1.width=2000
and save it by its new size by this code
Code:
savepicture()
the image size is not changes to its new size.
how i can do it?
i want to save the picture with its new size i have set by my code