Skip to main content

GraphicsCache.DrawPolygon(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 DrawPolygon(
    Point[] points,
    Color color,
    int thickness
)

Parameters

Name Type Description
points 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 polygon.

thickness Int32

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

See Also