int 値を dpi に合わせて拡大縮小します。
シンタックス
'宣言
Public Overloads Shared Function ScaleToDPI( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Integer
public static System.int ScaleToDPI(
System.int ,
System.int
)
パラメータ
- value
- 拡大縮小する値。
- dpi
- 現在の表示デバイスの DPI 値。
戻り値の型
拡大縮小された値。
参照