GoDigram for .NET Framework and .NET Core
Northwoods.Go.Pdf Namespace / GoPdfGenerator Class / DrawLines Method / DrawLines(Pen,Brush,Boolean,PointF[]) Method
The pen with which to draw the lines
The brush with which to draw the lines
Specifies whether the line segments form a closed path (i.e., the last point is connected to the first one via a line segment)
The points between which the line segments are drawn
In This Topic
    DrawLines(Pen,Brush,Boolean,PointF[]) Method
    In This Topic
    Draws line segments connecting a series of points.
    Syntax
    public void DrawLines( 
       Pen pen,
       Brush brush,
       bool closed,
       params PointF[] points
    )

    Parameters

    pen
    The pen with which to draw the lines
    brush
    The brush with which to draw the lines
    closed
    Specifies whether the line segments form a closed path (i.e., the last point is connected to the first one via a line segment)
    points
    The points between which the line segments are drawn
    See Also