Skip to main content
All docs
V23.2

DXGraphics.FillPolygon(DXBrush, PointF[]) Method

Fills the interior of a polygon specified by array points.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.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