Image.GetProportionalHeight

Image.GetProportionalHeight method

Gets a proportional height.

public static int GetProportionalHeight(int width, int height, int newWidth)
ParameterTypeDescription
widthInt32The width.
heightInt32The height.
newWidthInt32The new width.

Return Value

The proportional height.

See Also