Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfGraphics Class / DrawLine Method / DrawLine(PointF,PointF,Pen) Method

In This Topic
    DrawLine(PointF,PointF,Pen) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub DrawLine( _
       ByVal p1 As System.Drawing.PointF, _
       ByVal p2 As System.Drawing.PointF, _
       ByVal pen As Pen _
    ) 
    public void DrawLine( 
       System.Drawing.PointF p1,
       System.Drawing.PointF p2,
       Pen pen
    )

    Parameters

    p1
    p2
    pen
    See Also