Graphics.DrawCurve Method
.NET Framework 3.0
Draws a cardinal spline through a specified array of Point structures.
| Name | Description |
|---|---|
| Graphics.DrawCurve (Pen, Point[]) | Draws a cardinal spline through a specified array of Point structures. |
| Graphics.DrawCurve (Pen, PointF[]) | Draws a cardinal spline through a specified array of PointF structures. |
| Graphics.DrawCurve (Pen, Point[], Single) | Draws a cardinal spline through a specified array of Point structures using a specified tension. |
| Graphics.DrawCurve (Pen, PointF[], Single) | Draws a cardinal spline through a specified array of PointF structures using a specified tension. |
| Graphics.DrawCurve (Pen, PointF[], Int32, Int32) | Draws a cardinal spline through a specified array of PointF structures. The drawing begins offset from the beginning of the array. |
| Graphics.DrawCurve (Pen, Point[], Int32, Int32, Single) | Draws a cardinal spline through a specified array of Point structures using a specified tension. |
| Graphics.DrawCurve (Pen, 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. |
Community Additions
ADD
Show: