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

In This Topic
    GetDeviceCaps Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetDeviceCaps( _
       ByVal hDC As System.IntPtr, _
       ByVal hIndex As System.Integer _
    ) As System.Integer
    public static System.int GetDeviceCaps( 
       System.IntPtr hDC,
       System.int hIndex
    )

    Parameters

    hDC
    hIndex
    See Also