ResizeHeightProportionally

ApngImage.ResizeHeightProportionally method

Effortlessly adjust the height of your image while maintaining its proportions with this intuitive method. Perfect for developers looking to resize images dynamically while preserving their aspect ratio.

public override void ResizeHeightProportionally(int newHeight, ResizeType resizeType)
ParameterTypeDescription
newHeightInt32The new height.
resizeTypeResizeTypeType of the resize.

See Also