This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5
Other versions are also available for the following:
.NET Framework Class Library
Graphics..::.DrawCurve Method
Draws a cardinal spline through a specified array of Point structures.

Overload List
|
| Name | Description |
|---|
.gif) | DrawCurve(Pen, array<Point>[]()[]) | Draws a cardinal spline through a specified array of Point structures. |
.gif) | DrawCurve(Pen, array<PointF>[]()[]) | Draws a cardinal spline through a specified array of PointF structures. |
.gif) | DrawCurve(Pen, array<Point>[]()[], Single) | Draws a cardinal spline through a specified array of Point structures using a specified tension. |
.gif) | DrawCurve(Pen, array<PointF>[]()[], Single) | Draws a cardinal spline through a specified array of PointF structures using a specified tension. |
.gif) | DrawCurve(Pen, array<PointF>[]()[], Int32, Int32) | Draws a cardinal spline through a specified array of PointF structures. The drawing begins offset from the beginning of the array. |
.gif) | DrawCurve(Pen, array<Point>[]()[], Int32, Int32, Single) | Draws a cardinal spline through a specified array of Point structures using a specified tension. |
.gif) | DrawCurve(Pen, array<PointF>[]()[], Int32, Int32, Single) | Draws a cardinal spline through a specified array of PointF structures using a specified tension. The drawing begins offset from the beginning of the array. |
Top

See Also