PsdImage.ResizeWidthProportionally
ResizeWidthProportionally(int, ImageResizeSettings)
Resizes the width proportionally.
public override void ResizeWidthProportionally(int newWidth, ImageResizeSettings settings)
Parameter | Type | Description |
---|---|---|
newWidth | Int32 | The new width. |
settings | ImageResizeSettings | The image resize settings. |
See Also
- class ImageResizeSettings
- class PsdImage
- namespace Aspose.PSD.FileFormats.Psd
- assembly Aspose.PSD
ResizeWidthProportionally(int, ResizeType)
Resizes the width proportionally.
public override void ResizeWidthProportionally(int newWidth, ResizeType resizeType)
Parameter | Type | Description |
---|---|---|
newWidth | Int32 | The new width. |
resizeType | ResizeType | Type of the resize. |
See Also
- enum ResizeType
- class PsdImage
- namespace Aspose.PSD.FileFormats.Psd
- assembly Aspose.PSD