Image.ResizeWidthProportionally

ResizeWidthProportionally(int)

Ändert die Breite proportional.

public void ResizeWidthProportionally(int newWidth)
ParameterTypBeschreibung
newWidthInt32Die neue Breite.

Siehe auch


ResizeWidthProportionally(int, ResizeType)

Ändert die Breite proportional.

public virtual void ResizeWidthProportionally(int newWidth, ResizeType resizeType)
ParameterTypBeschreibung
newWidthInt32Die neue Breite.
resizeTypeResizeTypeArt der Größenänderung.

Siehe auch


ResizeWidthProportionally(int, ImageResizeSettings)

Ändert die Breite proportional.

public virtual void ResizeWidthProportionally(int newWidth, ImageResizeSettings settings)
ParameterTypBeschreibung
newWidthInt32Die neue Breite.
settingsImageResizeSettingsDie Einstellungen zur Bildgrößenänderung.

Siehe auch