ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi.Text Namespace / GraphicsCache Class / GraphicsCache Constructor
The Graphics object used to paint.

In This Topic
    GraphicsCache Constructor
    In This Topic
    Initializes a new instance of the GraphicsCache class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal gRef As Graphics _
    )
    public GraphicsCache( 
       Graphics gRef
    )

    Parameters

    gRef
    The Graphics object used to paint.
    See Also