[]
Converts a Logical DPI value to its equivalent DeviceUnit DPI value.
int LogicalToDeviceUnits(int value)
Function LogicalToDeviceUnits(value As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| int | value | The Logical value to convert. |
| Type | Description |
|---|---|
| int | The resulting DeviceUnit value. |