Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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