DXGraphics.FillPolygon(DXBrush, PointF[]) Method
Fills the interior of a polygon specified by array points.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
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