GraphicsPath::AddClosedCurve Method
.NET Framework (current version)
Adds a closed curve to this path. 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 | |
|---|---|---|
![]() | AddClosedCurve(array<Point>^) | Adds a closed curve to this path. A cardinal spline curve is used because the curve travels through each of the points in the array. |
![]() | AddClosedCurve(array<Point>^, Single) | Adds a closed curve to this path. A cardinal spline curve is used because the curve travels through each of the points in the array. |
![]() | AddClosedCurve(array<PointF>^) | Adds a closed curve to this path. A cardinal spline curve is used because the curve travels through each of the points in the array. |
![]() | AddClosedCurve(array<PointF>^, Single) | Adds a closed curve to this path. A cardinal spline curve is used because the curve travels through each of the points in the array. |
Show:
