Resize

Resize(int, int, ResizeType)

调整图像大小。

public abstract void Resize(int newWidth, int newHeight, ResizeType resizeType)
范围类型描述
newWidthInt32新宽度。
newHeightInt32新高度。
resizeTypeResizeType调整大小类型。

也可以看看


Resize(int, int, ImageResizeSettings)

调整图像大小。

public abstract void Resize(int newWidth, int newHeight, ImageResizeSettings settings)
范围类型描述
newWidthInt32新宽度。
newHeightInt32新高度。
设置ImageResizeSettings调整大小设置。

也可以看看