ComponentOne SuperTooltip for WinForms
C1.Win.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 System.Integer _
    ) As System.Integer
    System.int LogicalToDeviceUnits( 
       System.int value
    )

    Parameters

    value
    The Logical value to convert.

    Return Value

    The resulting DeviceUnit value.
    See Also