Graphics.DrawClosedCurve Method
.NET Framework 4.5
Draws a closed cardinal spline defined by an array of Point structures.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
DrawClosedCurve(Pen, Point[]) | Draws a closed cardinal spline defined by an array of Point structures. |
|
DrawClosedCurve(Pen, PointF[]) | Draws a closed cardinal spline defined by an array of PointF 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[], Single, FillMode) | Draws a closed cardinal spline defined by an array of PointF structures using a specified tension. |