ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Util Namespace / DpiHelper Class / ScaleToSystemDPI Method / ScaleToSystemDPI(Int32) Method
The value for scaling.

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

    Parameters

    value
    The value for scaling.

    Return Value

    The scaled value.
    See Also