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

    Adds a sequence of connected cubic Bezier curves to the current figure.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public void AddBeziers(
        IReadOnlyList<PointF> points
    )

    Parameters

    Name Type Description
    points IReadOnlyList<PointF>

    An list of points that define the curves.

    See Also