Image.GetProportionalHeight

Image.GetProportionalHeight method

比例高さを取得します。

public static int GetProportionalHeight(int width, int height, int newWidth)
パラメータタイプ説明
widthInt32幅。
heightInt32高さ。
newWidthInt32新しい幅。

戻り値

プロポーショナルな高さ。

関連項目