ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Util Namespace / DpiHelper Class / ScaleToDPI Method / ScaleToDPI(Thickness,Int32) Method
The value for scaling.
The DPI value for the current display device.

In This Topic
    ScaleToDPI(Thickness,Int32) Method
    In This Topic
    Scales a C1.Framework.Thickness value to the dpi.
    Syntax
    'Declaration
     
    Public Overloads Shared Function ScaleToDPI( _
       ByVal value As Thickness, _
       ByVal dpi As System.Integer _
    ) As Thickness
    public static Thickness ScaleToDPI( 
       Thickness value,
       System.int dpi
    )

    Parameters

    value
    The value for scaling.
    dpi
    The DPI value for the current display device.

    Return Value

    The scaled value.
    See Also