Charting for WinForms Programmer's Guide
GdiGraphics.DrawCurve Method
See Also
 






Draws a cardinal spline through a specified array of Point structures.

 Overload List

Name Description

GdiGraphics.DrawCurve (Pen, Point[])

Draws a cardinal spline through a specified array of Point structures.

GdiGraphics.DrawCurve (Pen, Point[], Int32, Int32, Single)

Draws a cardinal spline through a specified array of Point structures using a specified tension.

GdiGraphics.DrawCurve (Pen, Point[], Single)

Draws a cardinal spline through a specified array of Point structures using a specified tension.

GdiGraphics.DrawCurve (Pen, PointF[])

Draws a cardinal spline through a specified array of PointF structures.

GdiGraphics.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.

GdiGraphics.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.

GdiGraphics.DrawCurve (Pen, PointF[], Single)

Draws a cardinal spline through a specified array of PointF structures using a specified tension.

 See Also

GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace