Skip to main content

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

Parameters

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

thickness Int32

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

See Also