PsdImage.ResizeHeightProportionally
ResizeHeightProportionally(int, ResizeType)
Resizes the height proportionally.
public override 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 PsdImage
 - namespace Aspose.PSD.FileFormats.Psd
 - assembly Aspose.PSD
 
ResizeHeightProportionally(int, ImageResizeSettings)
Resizes the height proportionally.
public override 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 PsdImage
 - namespace Aspose.PSD.FileFormats.Psd
 - assembly Aspose.PSD