ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / GetSystemMetricsForDpi Method

In This Topic
    GetSystemMetricsForDpi Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetSystemMetricsForDpi( _
       ByVal nIndex As System.Integer, _
       ByVal dpi As System.UInteger _
    ) As System.Integer
    public static System.int GetSystemMetricsForDpi( 
       System.int nIndex,
       System.uint dpi
    )

    Parameters

    nIndex
    dpi
    See Also