Share your opinion
WIDGETS GAMBAS
GAMBAS 3 SOFTWARES
TUTORIALS
Library
|
PICTUREBOX - resize own function
One function to resize picture file
Private Function Iresize($file As String, s As Integer) As Picture Dim i As Image i = Picture[$pic & $file].Image.Stretch(s, s) Return i.Picture End and call this function with this: Dim monimage as picture monimage = iresize(monfichierimage, tailleenpixel) example : monimage = iresize("icone.png", 32) Thank for your attention. Creation date : 06/02/2022 @ 00:45 Reactions to this article
| QUICK MENU
SEARCH
LANGUAGE
COMPONENTS
Other
LANGUAGE
Where, who?
VISITS
visitors visitors online ARCHIVES GAMBAS 1/2
|