InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util.Win Namespace / Win32 Class / GetDCEx Method

In This Topic
    GetDCEx Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetDCEx( _
       ByVal hWnd As IntPtr, _
       ByVal hrgnClip As IntPtr, _
       ByVal flags As UInteger _
    ) As IntPtr
    public static IntPtr GetDCEx( 
       IntPtr hWnd,
       IntPtr hrgnClip,
       uint flags
    )

    Parameters

    hWnd
    hrgnClip
    flags
    See Also