Skip to main content
All docs
V25.1
  • DXGraphics.DrawLines(DXPen, PointF[]) Method

    Draws a series of lines that connects an array of points.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public void DrawLines(
        DXPen pen,
        PointF[] points
    )

    Parameters

    Name Type Description
    pen DXPen

    An object that determines the color, width, and style of the line segments.

    points PointF[]

    An array of points to connect.

    See Also