Graphics::DrawCurve Method

 

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

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubmethodDrawCurve(Pen^, array<Point>^)

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

System_CAPS_pubmethodDrawCurve(Pen^, array<Point>^, Int32, Int32, Single)

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

System_CAPS_pubmethodDrawCurve(Pen^, array<Point>^, Single)

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

System_CAPS_pubmethodDrawCurve(Pen^, array<PointF>^)

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

System_CAPS_pubmethodDrawCurve(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.

System_CAPS_pubmethodDrawCurve(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.

System_CAPS_pubmethodDrawCurve(Pen^, array<PointF>^, Single)

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

Return to top
Show: