ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / XLPath Class / Draw Method / Draw(GcGraphics,Pen) Method
The graphics for drawing and filling.
The GrapeCity.Documents.Drawing.Pen used to stroke the specified path.

In This Topic
    Draw(GcGraphics,Pen) Method
    In This Topic
    Draws a path defined by points and types.
    Syntax
    'Declaration
     
    Public Overloads Sub Draw( _
       ByVal graphics As GrapeCity.Documents.Drawing.GcGraphics, _
       ByVal pen As GrapeCity.Documents.Drawing.Pen _
    ) 
    public void Draw( 
       GrapeCity.Documents.Drawing.GcGraphics graphics,
       GrapeCity.Documents.Drawing.Pen pen
    )

    Parameters

    graphics
    The graphics for drawing and filling.
    pen
    The GrapeCity.Documents.Drawing.Pen used to stroke the specified path.
    See Also