Graphics.DrawClosedCurve Method
.NET Framework 2.0
Draws a closed cardinal spline defined by an array of Point structures.
| Name | Description |
|---|---|
| Graphics.DrawClosedCurve (Pen, Point[]) | Draws a closed cardinal spline defined by an array of Point structures. |
| Graphics.DrawClosedCurve (Pen, PointF[]) | Draws a closed cardinal spline defined by an array of PointF structures. |
| Graphics.DrawClosedCurve (Pen, Point[], Single, FillMode) | Draws a closed cardinal spline defined by an array of Point structures using a specified tension. |
| Graphics.DrawClosedCurve (Pen, PointF[], Single, FillMode) | Draws a closed cardinal spline defined by an array of PointF structures using a specified tension. |
Community Additions
ADD
Show: