GraphicsPath::AddCurve Method (array<PointF>^)
.NET Framework (current version)
Adds a spline curve to the current figure. A cardinal spline curve is used because the curve travels through each of the points in the array.
Assembly: System.Drawing (in System.Drawing.dll)
The user must keep the original points if they are needed. The original points are converted to cubic Bézier control points internally, therefore there is no mechanism for returning the original points.
For an example, see AddCurve(array<Point>^, Int32, Int32, Single).
.NET Framework
Available since 1.1
Available since 1.1
Show: