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
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