InputPanel for WinForms | ComponentOne
C1.Win.5 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 Integer, _
       ByVal dpi As UInteger _
    ) As Integer
    public static int GetSystemMetricsForDpi( 
       int nIndex,
       uint dpi
    )

    Parameters

    nIndex
    dpi
    See Also