ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / GetDpiForMonitor Method

In This Topic
    GetDpiForMonitor Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetDpiForMonitor( _
       ByVal hMonitor As System.IntPtr, _
       ByVal dpiType As Win32.MONITOR_DPI_TYPE, _
       ByRef dpiX As System.Integer, _
       ByRef dpiY As System.Integer _
    ) As System.Integer
    public static System.int GetDpiForMonitor( 
       System.IntPtr hMonitor,
       Win32.MONITOR_DPI_TYPE dpiType,
       ref System.int dpiX,
       ref System.int dpiY
    )

    Parameters

    hMonitor
    dpiType
    dpiX
    dpiY
    See Also