Skip to main content

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

Draws a polygon defined by an array of Point structures.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

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

Parameters

Name Type Description
lines Point[]

Array of Point 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