ComponentOne PDF for .NET
C1.C1Pdf Namespace / C1PdfDocument Class / FillPath Method / FillPath(Brush,GraphicsPath) Method
The System.Drawing.Brush used to fill the path.
The System.Drawing.Drawing2D.GraphicsPath to fill.

In This Topic
    FillPath(Brush,GraphicsPath) Method
    In This Topic
    Fills a path defined by a System.Drawing.Drawing2D.GraphicsPath object.
    Syntax
    'Declaration
     
    
    Public Overloads Sub FillPath( _
       ByVal brush As Brush, _
       ByVal path As GraphicsPath _
    ) 
    public void FillPath( 
       Brush brush,
       GraphicsPath path
    )

    Parameters

    brush
    The System.Drawing.Brush used to fill the path.
    path
    The System.Drawing.Drawing2D.GraphicsPath to fill.
    See Also