InputPanel for WinForms | ComponentOne
C1.Win.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 Integer _
    ) As Integer
    public static int ScaleToSystemDPI( 
       int value
    )

    Parameters

    value
    The value for scaling.

    Return Value

    The scaled value.
    See Also