Graphics::DrawClosedCurve Method

 

Draws a closed cardinal spline defined by an array of Point structures.

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

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

Draws a closed cardinal spline defined by an array of Point structures.

System_CAPS_pubmethodDrawClosedCurve(Pen^, array<Point>^, Single, FillMode)

Draws a closed cardinal spline defined by an array of Point structures using a specified tension.

System_CAPS_pubmethodDrawClosedCurve(Pen^, array<PointF>^)

Draws a closed cardinal spline defined by an array of PointF structures.

System_CAPS_pubmethodDrawClosedCurve(Pen^, array<PointF>^, Single, FillMode)

Draws a closed cardinal spline defined by an array of PointF structures using a specified tension.

Return to top
Show: