Skip to main content
All docs
V23.2

GraphicsCache.DrawLines(Pen, PointF[]) Method

Draws a series of lines that connect given points.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.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