PsdImage.ResizeHeightProportionally
ResizeHeightProportionally(int, ImageResizeSettings)
高さを比例してサイズ変更します。
public override void ResizeHeightProportionally(int newHeight, ImageResizeSettings settings)
パラメータ | タイプ | 説明 |
---|---|---|
newHeight | Int32 | 新しい高さ。 |
settings | ImageResizeSettings | 画像のリサイズ設定。 |
関連項目
- class ImageResizeSettings
- class PsdImage
- 名前空間 Aspose.PSD.FileFormats.Psd
- 組み立て Aspose.PSD
ResizeHeightProportionally(int, ResizeType)
高さを比例してサイズ変更します。
public override void ResizeHeightProportionally(int newHeight, ResizeType resizeType)
パラメータ | タイプ | 説明 |
---|---|---|
newHeight | Int32 | 新しい高さ。 |
resizeType | ResizeType | サイズ変更のタイプ。 |
関連項目
- enum ResizeType
- class PsdImage
- 名前空間 Aspose.PSD.FileFormats.Psd
- 組み立て Aspose.PSD