Image.ResizeWidthProportionally

ResizeWidthProportionally(int)

Ändrar storleken på bredden proportionellt.

public void ResizeWidthProportionally(int newWidth)
ParameterTypBeskrivning
newWidthInt32Den nya bredden.

Se även


ResizeWidthProportionally(int, ResizeType)

Ändrar storleken på bredden proportionellt.

public virtual void ResizeWidthProportionally(int newWidth, ResizeType resizeType)
ParameterTypBeskrivning
newWidthInt32Den nya bredden.
resizeTypeResizeTypeTyp av storleksändring.

Se även


ResizeWidthProportionally(int, ImageResizeSettings)

Ändrar storleken på bredden proportionellt.

public virtual void ResizeWidthProportionally(int newWidth, ImageResizeSettings settings)
ParameterTypBeskrivning
newWidthInt32Den nya bredden.
settingsImageResizeSettingsInställningarna för storleksändring av bilden.

Se även