ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / CurrentDirectGraphics Property

In This Topic
    CurrentDirectGraphics Property
    In This Topic
    Gets the current Graphics object created by the last call to RenderDirectGraphicsBegin.
    Syntax
    'Declaration
     
    Public ReadOnly Property CurrentDirectGraphics As System.Drawing.Graphics
    public System.Drawing.Graphics CurrentDirectGraphics {get;}
    See Also