Skip to main content
All docs
V23.2

DXGraphics.DrawLines(DXPen, Point[]) Method

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

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

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

Parameters

Name Type Description
pen DXPen

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

points Point[]

An array of points to connect.

See Also