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

In This Topic
    DrawLine(Single,Single,Single,Single,Color,Single,DashStyle) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub DrawLine( _
       ByVal x1 As System.Single, _
       ByVal y1 As System.Single, _
       ByVal x2 As System.Single, _
       ByVal y2 As System.Single, _
       ByVal lineColor As System.Drawing.Color, _
       ByVal lineWidth As System.Single, _
       Optional ByVal lineStyle As DashStyle _
    ) 
    public void DrawLine( 
       System.float x1,
       System.float y1,
       System.float x2,
       System.float y2,
       System.Drawing.Color lineColor,
       System.float lineWidth,
       DashStyle lineStyle
    )

    Parameters

    x1
    y1
    x2
    y2
    lineColor
    lineWidth
    lineStyle
    See Also