DS.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GcGraphics Class / FillPath Method / FillPath(IPath,Color) Method
An object implementing the IPath interface that represents the path to fill.
The color used to fill the path.

In This Topic
FillPath(IPath,Color) Method
In This Topic
Fills a path using a specified color.
Syntax
'Declaration
 
Public Overloads Sub FillPath( _
   ByVal path As IPath, _
   ByVal color As System.Drawing.Color _
) 
 

Parameters

path
An object implementing the IPath interface that represents the path to fill.
color
The color used to fill the path.
See Also