[Gambas-user] How use Image.Resize

Benoît Minisini gambas at ...1...
Sun Jan 22 16:07:25 CET 2012


Le 22/01/2012 15:58, Алексей Беспалов a écrit :
> I think Image.Resize(w, h) not working properly.
>
> Instead of resizing image, it cuts out part of image.
>
> Say what?
>

Resize() changes the size of the image, but does not stretch its 
contents. You need the Stretch() method for that. You will find it in 
gb.qt4 or gb.gtk.

Regards,

-- 
Benoît Minisini




More information about the User mailing list