Resize

Resize(int, int, ResizeType)

Redimensionne l’image.

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

Exceptions

exceptioncondition
NotImplementedException
NotImplementedException

Voir également


Resize(int, int, ImageResizeSettings)

Redimensionne l’image.

public override void Resize(int newWidth, int newHeight, ImageResizeSettings settings)
ParamètreTaperLa description
newWidthInt32La nouvelle largeur.
newHeightInt32La nouvelle hauteur.
settingsImageResizeSettingsLes paramètres de redimensionnement.

Exceptions

exceptioncondition
NotImplementedException

Voir également