Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1RibbonForm Class / LogicalToDeviceUnits Method

In This Topic
    LogicalToDeviceUnits Method (C1RibbonForm)
    In This Topic
    Converts a Logical DPI value to its equivalent DeviceUnit DPI value.
    Overload List
    OverloadDescription
    Converts a Logical DPI value to its equivalent DeviceUnit DPI value.  
    Transforms a size from logical to device units by scaling it for the current DPI and rounding down to the nearest integer value for width and height.  
    Transforms a C1.Framework.Thickness from logical to device units by scaling it for the current DPI and rounding down to the nearest integer value for left, right, top and bottom.  
    See Also