Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GcGraphics Class / DrawPath Method / DrawPath(IPath,Pen) Method
An object implementing the IPath interface that represents the path to draw.
The pen used to draw the path.

In This Topic
    DrawPath(IPath,Pen) Method
    In This Topic
    Draws a path using a specified pen.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawPath( _
       ByVal path As IPath, _
       ByVal pen As Pen _
    ) 
    public void DrawPath( 
       IPath path,
       Pen pen
    )

    Parameters

    path
    An object implementing the IPath interface that represents the path to draw.
    pen
    The pen used to draw the path.
    See Also