RasterImage.Resize

Resize(int, int, ResizeType)

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

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

関連項目


Resize(int, int, ImageResizeSettings)

拡張オプションで画像のサイズを変更します。

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

関連項目