Function scale from qttools
Brief description
scale(image:QImage,width:int,height:int):QImage
Scales a QImage to the given size More ...
Function information
| Name: | scale |
| Base: | QImage |
| Group: | Qt plugins:Image plugins |
| Icon: | qtimage.png |
| Color: | darkGreen |
| Authors: | Aless Lasaruk |
| Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Scales a QImage to the given size
Input parameters
-
image:
QImage
-
width:
int
- Width of the image
-
height:
int
- Height of the image
Return values
-
Default return value:
QImage
