DXGraphicsPath.AddCurve(PointF[]) Method
Adds a spline curve to the current figure.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v25.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| points | PointF[] | An array of points that define the curve. |
See Also