Scales a int value to the 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
- The value for scaling.
- dpi
- The DPI value for the current display device.
戻り値の型
The scaled value.
参照