Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfGraphics Class / FillPath Method / FillPath(IPath,Color) Method

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

    Parameters

    path
    color
    See Also