FlexChart | ComponentOne
C1.Win.Ribbon.4.5.2 Assembly / 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 System.Integer _
    ) As System.Integer
    public new System.int LogicalToDeviceUnits( 
       System.int value
    )

    Parameters

    value
    The Logical value to convert.

    Return Value

    The resulting DeviceUnit value.
    See Also