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