Graphics.DrawClosedCurve Method
.NET Framework (current version)
Draws a closed cardinal spline defined by an array of Point structures.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | DrawClosedCurve(Pen, Point[]) | Draws a closed cardinal spline defined by an array of Point structures. |
![]() | DrawClosedCurve(Pen, Point[], Single, FillMode) | Draws a closed cardinal spline defined by an array of Point structures using a specified tension. |
![]() | DrawClosedCurve(Pen, PointF[]) | Draws a closed cardinal spline defined by an array of PointF structures. |
![]() | DrawClosedCurve(Pen, PointF[], Single, FillMode) | Draws a closed cardinal spline defined by an array of PointF structures using a specified tension. |
Show:
