InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 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 IntPtr, _
       ByVal hIndex As Integer _
    ) As Integer
    public static int GetDeviceCaps( 
       IntPtr hDC,
       int hIndex
    )

    Parameters

    hDC
    hIndex
    See Also