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
Parameters
| Name | Type | Description |
|---|---|---|
| points | IReadOnlyList<PointF> | An list of points that define the curves. |
See Also