Skip to main content
All docs
V24.1

DXGraphicsPath.AddBeziers(IReadOnlyList<PointF>) Method

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

Namespace: DevExpress.Drawing

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