ResizeProportional
TiffImage.ResizeProportional method
对图像执行比例调整大小。 比例调整大小将根据比例调整每一帧的大小newWidth/宽度和newHeight/身高.
public void ResizeProportional(int newWidth, int newHeight, ResizeType resizeType)
范围 | 类型 | 描述 |
---|---|---|
newWidth | Int32 | 新的宽度。 |
newHeight | Int32 | 新高度。 |
resizeType | ResizeType | 调整大小类型。 |
也可以看看
- enum ResizeType
- class TiffImage
- 命名空间 Aspose.Imaging.FileFormats.Tiff
- 部件 Aspose.Imaging