LogicalToDeviceUnits Method (IView)
In This Topic
Converts a Logical DPI value to its equivalent DeviceUnit DPI value.
Syntax
'Declaration
Function LogicalToDeviceUnits( _
ByVal As Integer _
) As Integer
int LogicalToDeviceUnits(
int
)
Parameters
- value
- The Logical value to convert.
Return Value
The resulting DeviceUnit value.
See Also