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

    Draws a series of lines that connect given points.

    Namespace: DevExpress.Utils.Drawing

    Assembly: DevExpress.Utils.v25.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    public void DrawLines(
        Pen pen,
        PointF[] lines
    )

    Parameters

    Name Type Description
    pen Pen

    Specifies the color and width for the drawn lines.

    lines PointF[]

    The array of points that should be connected with lines.

    See Also