Skip to main content

GraphicsCache.FillPolygon(Point[], Color) Method

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

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

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

Parameters

Name Type Description
points Point[]

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

color Color

A Color structure that specifies the color of the fill.

See Also