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