GraphicsCache.FillPolygon(Point[], Color) Method
Fills the interior of a polygon defined by an array of points specified by Point structures.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
points | Point[] | Array of Point structures that represent the vertices of the polygon to fill. |
color | Color | A Color structure that specifies the color of the fill. |
See Also