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 _
) 
 

Parameters

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