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

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

    Parameters

    value
    The value for scaling.

    Return Value

    The scaled value.
    See Also