Scales a System.Drawing.Size value to the dpi.
シンタックス
'宣言
Public Overloads Shared Function ScaleToDPI( _
ByVal As System.Drawing.Size, _
ByVal As System.Integer _
) As System.Drawing.Size
public static System.Drawing.Size ScaleToDPI(
System.Drawing.Size ,
System.int
)
パラメータ
- value
- The value for scaling.
- dpi
- The DPI value for the current display device.
戻り値の型
The scaled value.
参照