Skip to main content
All docs
V23.2

DXGraphicsPath.AddBeziers(IReadOnlyList<PointF>) Method

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

Namespace: DevExpress.Drawing

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