AiImage.Resize

Resize(int, int, ResizeType)

画像のサイズを変更します。

public override void Resize(int newWidth, int newHeight, ResizeType resizeType)
パラメータタイプ説明
newWidthInt32新しい幅。
newHeightInt32新しい高さ。
resizeTypeResizeTypeリサイズタイプ。

例外

例外調子
NotImplementedException>未実装

関連項目


Resize(int, int, ImageResizeSettings)

画像のサイズを変更します。

public override void Resize(int newWidth, int newHeight, ImageResizeSettings settings)
パラメータタイプ説明
newWidthInt32新しい幅。
newHeightInt32新しい高さ。
settingsImageResizeSettingsリサイズの設定。

例外

例外調子
NotImplementedException>未実装

関連項目