ApngImage.ResizeWidthProportionally
ApngImage.ResizeWidthProportionally method
Proportionally resize the width of the image effortlessly with this intuitive method. Ideal for developers seeking to maintain the aspect ratio of their images while adjusting their dimensions.
public override void ResizeWidthProportionally(int newWidth, ResizeType resizeType)
Parameter | Type | Description |
---|---|---|
newWidth | Int32 | The new width. |
resizeType | ResizeType | Type of the resize. |
See Also
- enum ResizeType
- class ApngImage
- namespace Aspose.Imaging.FileFormats.Apng
- assembly Aspose.Imaging