Skip to main content
All docs
V25.1
  • DXGraphics.FillPolygon(DXBrush, PointF[]) Method

    Fills the interior of a polygon specified by array points.

    Namespace: DevExpress.Drawing

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