Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfGraphics Class / DrawPath Method / DrawPath(IPath,Color,Single,DashStyle) Method

In This Topic
    DrawPath(IPath,Color,Single,DashStyle) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub DrawPath( _
       ByVal path As IPath, _
       ByVal lineColor As System.Drawing.Color, _
       ByVal lineWidth As System.Single, _
       Optional ByVal lineStyle As DashStyle _
    ) 
    public void DrawPath( 
       IPath path,
       System.Drawing.Color lineColor,
       System.float lineWidth,
       DashStyle lineStyle
    )

    Parameters

    path
    lineColor
    lineWidth
    lineStyle
    See Also