Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / GraphicsUtils.GdiDc Class / GraphicsUtils.GdiDc Constructor / GraphicsUtils.GdiDc Constructor(IntPtr,Boolean)
The GDI DC to use.
Indicates whether to save clip region.

In This Topic
    GraphicsUtils.GdiDc Constructor(IntPtr,Boolean)
    In This Topic
    Initializes a new instance of the GraphicsUtils.GdiDc class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dc As IntPtr, _
       ByVal saveClipRegion As Boolean _
    )
    public GraphicsUtils.GdiDc( 
       IntPtr dc,
       bool saveClipRegion
    )

    Parameters

    dc
    The GDI DC to use.
    saveClipRegion
    Indicates whether to save clip region.
    See Also