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

也可以看看