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调整大小设置。

也可以看看