ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.IntPtr, _
       ByVal hrgnClip As System.IntPtr, _
       ByVal flags As System.UInteger _
    ) As System.IntPtr
    public static System.IntPtr GetDCEx( 
       System.IntPtr hWnd,
       System.IntPtr hrgnClip,
       System.uint flags
    )

    Parameters

    hWnd
    hrgnClip
    flags
    See Also