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^, array<Point>^) | Draws a closed cardinal spline defined by an array of Point structures. |
![]() | DrawClosedCurve(Pen^, array<Point>^, Single, FillMode) | Draws a closed cardinal spline defined by an array of Point structures using a specified tension. |
![]() | DrawClosedCurve(Pen^, array<PointF>^) | Draws a closed cardinal spline defined by an array of PointF structures. |
![]() | DrawClosedCurve(Pen^, array<PointF>^, Single, FillMode) | Draws a closed cardinal spline defined by an array of PointF structures using a specified tension. |
Show:
