ComponentOne PDF for .NET
FillPath(Brush,GraphicsPath) Method

C1.C1Pdf.4 Assembly > 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.
Fills a path defined by a System.Drawing.Drawing2D.GraphicsPath object.
Syntax
'Declaration
 
Public Overloads Sub FillPath( _
   ByVal brush As System.Drawing.Brush, _
   ByVal path As System.Drawing.Drawing2D.GraphicsPath _
) 
public void FillPath( 
   System.Drawing.Brush brush,
   System.Drawing.Drawing2D.GraphicsPath path
)

Parameters

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

Reference

C1PdfDocument Class
C1PdfDocument Members
Overload List