RasterImage.Resize
Resize(int, int, ResizeType)
画像のサイズを変更します。
public override void Resize(int newWidth, int newHeight, ResizeType resizeType)
パラメータ | タイプ | 説明 |
---|---|---|
newWidth | Int32 | 新しい幅。 |
newHeight | Int32 | 新しい高さ。 |
resizeType | ResizeType | リサイズタイプ。 |
関連項目
- enum ResizeType
- class RasterImage
- 名前空間 Aspose.PSD
- 組み立て Aspose.PSD
Resize(int, int, ImageResizeSettings)
拡張オプションで画像のサイズを変更します。
public override void Resize(int newWidth, int newHeight, ImageResizeSettings settings)
パラメータ | タイプ | 説明 |
---|---|---|
newWidth | Int32 | 新しい幅。 |
newHeight | Int32 | 新しい高さ。 |
settings | ImageResizeSettings | リサイズの設定。 |
関連項目
- class ImageResizeSettings
- class RasterImage
- 名前空間 Aspose.PSD
- 組み立て Aspose.PSD