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

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

    Parameters

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

    Return Value

    The scaled value.
    See Also