Skip to main content
All docs
V25.1
  • DXGraphicsPath.AddPolygon(IReadOnlyList<PointF>) Method

    Adds a polygon to the figure.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public void AddPolygon(
        IReadOnlyList<PointF> points
    )

    Parameters

    Name Type Description
    points IReadOnlyList<PointF>

    A list of points that define the polygon.

    See Also