PsdImage.ResizeWidthProportionally

ResizeWidthProportionally(int, ImageResizeSettings)

Resizes the width proportionally.

public override void ResizeWidthProportionally(int newWidth, ImageResizeSettings settings)
ParameterTypeDescription
newWidthInt32The new width.
settingsImageResizeSettingsThe image resize settings.

See Also


ResizeWidthProportionally(int, ResizeType)

Resizes the width proportionally.

public override void ResizeWidthProportionally(int newWidth, ResizeType resizeType)
ParameterTypeDescription
newWidthInt32The new width.
resizeTypeResizeTypeType of the resize.

See Also