GraphicsPath::AddCurve Method
.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)
| Name | Description | |
|---|---|---|
![]() | AddCurve(array<Point>^) | 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. |
![]() | AddCurve(array<Point>^, Int32, Int32, Single) | Adds a spline curve to the current figure. |
![]() | AddCurve(array<Point>^, Single) | Adds a spline curve to the current figure. |
![]() | AddCurve(array<PointF>^) | 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. |
![]() | AddCurve(array<PointF>^, Int32, Int32, Single) | Adds a spline curve to the current figure. |
![]() | AddCurve(array<PointF>^, Single) | Adds a spline curve to the current figure. |
Show:
