ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / 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 System.Integer, _
       ByVal dpi As System.Integer _
    ) As System.Integer
    public static System.int ScaleToDPI( 
       System.int 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