This documentation is archived and is not being maintained.
Graphics::DrawClosedCurve Method
Visual Studio 2008
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, array<Point>) | Draws a closed cardinal spline defined by an array of Point structures. |
|
DrawClosedCurve(Pen, array<PointF>) | Draws a closed cardinal spline defined by an array of PointF 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>, Single, FillMode) | Draws a closed cardinal spline defined by an array of PointF structures using a specified tension. |
Show: