Skip to main content
All docs
V25.1
  • DXGraphicsPath.AddCurve(PointF[], Single) Method

    Adds a spline curve to the current figure.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public void AddCurve(
        PointF[] points,
        float tension
    )

    Parameters

    Name Type Description
    points PointF[]

    An array of points that define the curve.

    tension Single

    Specifies the curve intensity. Values greater than 1 produce unpredictable results.

    See Also