Click or drag to resize

UtilThumbnailResizeImage Method

Ridimensiona l'immagine passata secondo la larghezza e l'altezza specificate.

Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.0
Syntax
public static Image ResizeImage(
	Image imgPhoto,
	int width,
	int height
)

Parameters

imgPhoto  Image
L'immagine sorgente.
width  Int32
La larghezza da impostare.
height  Int32
L'altezza da impostare.

Return Value

Image
L'oggetto Image modificato secondo i parametri passati.
See Also