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

In This Topic
    FillPath(GraphicsPath,Brush) Method
    In This Topic
    Fills a GraphicsPath with the given brush.
    Syntax
    'Declaration
     
    Public Overloads Sub FillPath( _
       ByVal path As GraphicsPath, _
       ByVal brush As Brush _
    ) 
    public void FillPath( 
       GraphicsPath path,
       Brush brush
    )

    Parameters

    path
    brush
    See Also