C1.Win.4.8 Assembly / C1.Framework Namespace / IView Interface / LogicalToDeviceUnits Method
The Logical value to convert.

In This Topic
LogicalToDeviceUnits Method (IView)
In This Topic
Converts a Logical DPI value to its equivalent DeviceUnit DPI value.
Syntax
'Declaration
 
Function LogicalToDeviceUnits( _
   ByVal value As Integer _
) As Integer
 

Parameters

value
The Logical value to convert.

Return Value

The resulting DeviceUnit value.
See Also