GraphicsCache.DrawLines(Pen, PointF[]) Method
Draws a series of lines that connect given points.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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