Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / BitmapRenderer Class / FillPath Method / FillPath(GraphicsPath,Color) Method

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

    Parameters

    path
    color
    See Also