Converts a Logical DPI value to its equivalent DeviceUnit DPI value.
'宣言
Public Overloads Function LogicalToDeviceUnits( _
ByVal As Integer _
) As Integer
public int LogicalToDeviceUnits(
int
)
パラメータ
- value
- The Logical value to convert.
戻り値の型
The resulting DeviceUnit value.