Skip to main content

GraphicsCache.DrawLines(PointF[], Color, Int32) Method

Draws a polygon defined by an array of PointF structures.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public void DrawLines(
    PointF[] lines,
    Color color,
    int thickness
)

Parameters

Name Type Description
lines PointF[]

Array of PointF structures that represent the vertices of the polygon.

color Color

A Color structure that indicates the color of the Pen used to draw the lines.

thickness Int32

A value indicating the width of the Pen used to draw the lines.

See Also