ResizeProportional

DicomImage.ResizeProportional method

Effectue un redimensionnement proportionnel sur l’image. Le redimensionnement proportionnel redimensionne chaque image en fonction du rapport denewWidth/largeur etnewHeight /hauteur.

public void ResizeProportional(int newWidth, int newHeight, ResizeType resizeType)
ParamètreTaperLa description
newWidthInt32La nouvelle largeur.
newHeightInt32La nouvelle hauteur.
resizeTypeResizeTypeLe type de redimensionnement.

Voir également