Image.ResizeWidthProportionally
Contents
[
Hide
]ResizeWidthProportionally(int)
Resizes the width proportionally. The default NearestNeighbourResample is used.
public void ResizeWidthProportionally(int newWidth)
Parameter | Type | Description |
---|---|---|
newWidth | Int32 | The new width. |
See Also
- class Image
- namespace Aspose.PSD
- assembly Aspose.PSD
ResizeWidthProportionally(int, ResizeType)
Resizes the width proportionally.
public virtual 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 Image
- namespace Aspose.PSD
- assembly Aspose.PSD
ResizeWidthProportionally(int, ImageResizeSettings)
Resizes the width proportionally.
public virtual 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 Image
- namespace Aspose.PSD
- assembly Aspose.PSD