ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / GraphicsRendering Class / GraphicsRendering Constructor
The GrapeCity.Documents.Drawing.GcGraphics object.

In This Topic
    GraphicsRendering Constructor
    In This Topic
    Support graphics rendering interface.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal g As GrapeCity.Documents.Drawing.GcGraphics _
    )
    public GraphicsRendering( 
       GrapeCity.Documents.Drawing.GcGraphics g
    )

    Parameters

    g
    The GrapeCity.Documents.Drawing.GcGraphics object.
    See Also