GetProportionalWidth

Image.GetProportionalWidth method

Gets a proportional width.

public static int GetProportionalWidth(int width, int height, int newHeight)
ParameterTypeDescription
widthInt32The width.
heightInt32The height.
newHeightInt32The new height.

Return Value

The proportional width.

See Also