Image.ResizeHeightProportionally
ResizeHeightProportionally(int)
Resizes the height proportionally.
public void ResizeHeightProportionally(int newHeight)
Parameter | Type | Description |
---|---|---|
newHeight | Int32 | The new height. |
See Also
- class Image
- namespace Aspose.PSD
- assembly Aspose.PSD
ResizeHeightProportionally(int, ResizeType)
Resizes the height proportionally.
public virtual void ResizeHeightProportionally(int newHeight, ResizeType resizeType)
Parameter | Type | Description |
---|---|---|
newHeight | Int32 | The new height. |
resizeType | ResizeType | Type of the resize. |
See Also
- enum ResizeType
- class Image
- namespace Aspose.PSD
- assembly Aspose.PSD
ResizeHeightProportionally(int, ImageResizeSettings)
Resizes the height proportionally.
public virtual void ResizeHeightProportionally(int newHeight, ImageResizeSettings settings)
Parameter | Type | Description |
---|---|---|
newHeight | Int32 | The new height. |
settings | ImageResizeSettings | The image resize settings. |
See Also
- class ImageResizeSettings
- class Image
- namespace Aspose.PSD
- assembly Aspose.PSD