ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / GraphicsUtils.GdiDc Class / GraphicsUtils.GdiDc Constructor / GraphicsUtils.GdiDc Constructor(Graphics,Boolean)
The graphics to use.
Indicates whether to save clip region.

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

    Parameters

    graphics
    The graphics to use.
    saveClipRegion
    Indicates whether to save clip region.
    See Also