AiImage.Resize
Resize(int, int, ResizeType)
画像のサイズを変更します。
public override void Resize(int newWidth, int newHeight, ResizeType resizeType)
パラメータ | タイプ | 説明 |
---|
newWidth | Int32 | 新しい幅。 |
newHeight | Int32 | 新しい高さ。 |
resizeType | ResizeType | リサイズタイプ。 |
例外
例外 | 調子 |
---|
NotImplementedException | >未実装 |
関連項目
Resize(int, int, ImageResizeSettings)
画像のサイズを変更します。
public override void Resize(int newWidth, int newHeight, ImageResizeSettings settings)
パラメータ | タイプ | 説明 |
---|
newWidth | Int32 | 新しい幅。 |
newHeight | Int32 | 新しい高さ。 |
settings | ImageResizeSettings | リサイズの設定。 |
例外
例外 | 調子 |
---|
NotImplementedException | >未実装 |
関連項目