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
#Parameters
Name | Type | Description |
---|---|---|
brush | DXBrush | The brush used to fill the polygon. |
points | Point |
An array of points that specify the polygon vertices. |
See Also