ComponentOne PDF for .NET
DrawPath(Pen,GraphicsPath) Method

C1.C1Pdf.4 Assembly > C1.C1Pdf Namespace > C1PdfDocument Class > DrawPath Method : DrawPath(Pen,GraphicsPath) Method
The System.Drawing.Pen used to stroke the specified path.
The System.Drawing.Drawing2D.GraphicsPath to draw.
Draws a path defined by a System.Drawing.Drawing2D.GraphicsPath object.
Syntax
'Declaration
 
Public Overloads Sub DrawPath( _
   ByVal pen As System.Drawing.Pen, _
   ByVal path As System.Drawing.Drawing2D.GraphicsPath _
) 
public void DrawPath( 
   System.Drawing.Pen pen,
   System.Drawing.Drawing2D.GraphicsPath path
)

Parameters

pen
The System.Drawing.Pen used to stroke the specified path.
path
The System.Drawing.Drawing2D.GraphicsPath to draw.
See Also

Reference

C1PdfDocument Class
C1PdfDocument Members
Overload List