Graphics.FillClosedCurve Method
.NET Framework 3.0
Fills the interior of a closed cardinal spline curve defined by an array of Point structures.
| Name | Description |
|---|---|
| Graphics.FillClosedCurve (Brush, Point[]) | Fills the interior of a closed cardinal spline curve defined by an array of Point structures. |
| Graphics.FillClosedCurve (Brush, PointF[]) | Fills the interior of a closed cardinal spline curve defined by an array of PointF structures. |
| Graphics.FillClosedCurve (Brush, Point[], FillMode) | Fills the interior of a closed cardinal spline curve defined by an array of Point structures using the specified fill mode. |
| Graphics.FillClosedCurve (Brush, PointF[], FillMode) | Fills the interior of a closed cardinal spline curve defined by an array of PointF structures using the specified fill mode. |
| Graphics.FillClosedCurve (Brush, Point[], FillMode, Single) | Fills the interior of a closed cardinal spline curve defined by an array of Point structures using the specified fill mode and tension. |
| Graphics.FillClosedCurve (Brush, PointF[], FillMode, Single) | Fills the interior of a closed cardinal spline curve defined by an array of PointF structures using the specified fill mode and tension. |
Community Additions
ADD
Show: