Graphics.DrawCurve Method
Draws a cardinal spline through a specified array of Point structures.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | DrawCurve(Pen, Point[]) | Draws a cardinal spline through a specified array of Point structures. |
![]() | DrawCurve(Pen, Point[], Int32, Int32, Single) | Draws a cardinal spline through a specified array of Point structures using a specified tension. |
![]() | DrawCurve(Pen, Point[], Single) | Draws a cardinal spline through a specified array of Point structures using a specified tension. |
![]() | DrawCurve(Pen, PointF[]) | Draws a cardinal spline through a specified array of PointF structures. |
![]() | 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. |
![]() | 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. |
![]() | DrawCurve(Pen, PointF[], Single) | Draws a cardinal spline through a specified array of PointF structures using a specified tension. |
