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

In This Topic
    FillPath(GraphicsPath,Brush,RectangleF) 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, _
       ByVal brushBounds As System.Drawing.RectangleF _
    ) 
    public void FillPath( 
       GraphicsPath path,
       Brush brush,
       System.Drawing.RectangleF brushBounds
    )

    Parameters

    path
    brush
    brushBounds
    See Also