ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / XLPath Class / Fill Method
The graphics for drawing and filling.
The System.Drawing.Color used to fill the path.

In This Topic
    Fill Method
    In This Topic
    Fills a path defined by points and types.
    Syntax
    'Declaration
     
    Public Sub Fill( _
       ByVal graphics As GrapeCity.Documents.Drawing.GcGraphics, _
       ByVal color As System.Drawing.Color _
    ) 
    public void Fill( 
       GrapeCity.Documents.Drawing.GcGraphics graphics,
       System.Drawing.Color color
    )

    Parameters

    graphics
    The graphics for drawing and filling.
    color
    The System.Drawing.Color used to fill the path.
    See Also