| UtilThumbnailResizeImage Method |
Ridimensiona l'immagine passata secondo la larghezza e l'altezza specificate.
Namespace: QsInformatica.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.0
Syntax public static Image ResizeImage(
Image imgPhoto,
int width,
int height
)
Public Shared Function ResizeImage (
imgPhoto As Image,
width As Integer,
height As Integer
) As Image
public:
static Image^ ResizeImage(
Image^ imgPhoto,
int width,
int height
)
static member ResizeImage :
imgPhoto : Image *
width : int *
height : int -> Image
Parameters
- imgPhoto Image
- L'immagine sorgente.
- width Int32
- La larghezza da impostare.
- height Int32
- L'altezza da impostare.
Return Value
ImageL'oggetto
Image modificato secondo i parametri passati.
See Also