GoDigram for .NET Framework and .NET Core
Northwoods.Go.Pdf Namespace / GoPdfGenerator Class / DrawLine Method / DrawLine(Pen,PointF,PointF) Method
The pen with which the line is drawn
The first endpoint
The second endpoint
In This Topic
    DrawLine(Pen,PointF,PointF) Method
    In This Topic
    Draws a line.
    Syntax
    public void DrawLine( 
       Pen pen,
       PointF start,
       PointF end
    )

    Parameters

    pen
    The pen with which the line is drawn
    start
    The first endpoint
    end
    The second endpoint
    See Also