ComponentOne PDF for .NET
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.

In This Topic
    DrawPath(Pen,GraphicsPath) Method
    In This Topic
    Draws a path defined by a System.Drawing.Drawing2D.GraphicsPath object.
    Syntax
    'Declaration
     
    
    Public Overloads Sub DrawPath( _
       ByVal pen As Pen, _
       ByVal path As GraphicsPath _
    ) 
    public void DrawPath( 
       Pen pen,
       GraphicsPath path
    )

    Parameters

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