Skip to main content

GraphicsCache.FillPolygon(PointF[], Color) Method

Fills the interior of a polygon defined by an array of points specified by PointF structures.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v24.1.dll

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

Declaration

public void FillPolygon(
    PointF[] points,
    Color color
)

Parameters

Name Type Description
points PointF[]

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

color Color

A Color structure that specifies the color of the fill.

See Also