Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1RibbonForm Class / LogicalToDeviceUnits Method / LogicalToDeviceUnits(Int32) Method
The Logical value to convert.

In This Topic
    LogicalToDeviceUnits(Int32) Method
    In This Topic
    Converts a Logical DPI value to its equivalent DeviceUnit DPI value.
    Syntax
    'Declaration
     
    
    Public Overloads Shadows Function LogicalToDeviceUnits( _
       ByVal value As Integer _
    ) As Integer
    public new int LogicalToDeviceUnits( 
       int value
    )

    Parameters

    value
    The Logical value to convert.

    Return Value

    The resulting DeviceUnit value.
    See Also