Skip to main content
All docs
V24.2

DXGraphics.FillPolygon(DXBrush, PointF[]) Method

In This Article

Fills the interior of a polygon specified by array points.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v24.2.dll

NuGet Package: DevExpress.Drawing

#Declaration

public void FillPolygon(
    DXBrush brush,
    PointF[] points
)

#Parameters

Name Type Description
brush DXBrush

The brush used to fill the polygon.

points PointF[]

An array of points that specify the polygon vertices.

See Also