ResizeProportional

TiffImage.ResizeProportional method

对图像执行比例调整大小。 比例调整大小将根据比例调整每一帧的大小newWidth/宽度和newHeight/身高.

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

也可以看看