ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.Advanced Namespace / DesignerForm Class / GetDCEx Method

In This Topic
    GetDCEx Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetDCEx( _
       ByVal hWnd As IntPtr, _
       ByVal hRgn As IntPtr, _
       ByVal flags As Integer _
    ) As IntPtr
    public static IntPtr GetDCEx( 
       IntPtr hWnd,
       IntPtr hRgn,
       int flags
    )

    Parameters

    hWnd
    hRgn
    flags
    See Also