.NET Framework Class Library
Graphics..::.FillClosedCurve Method
Fills the interior of a closed cardinal spline curve defined by an array of Point structures.
|
| Name | Description |
|---|
.gif) | FillClosedCurve(Brush, array<Point>[]()[]) | Fills the interior of a closed cardinal spline curve defined by an array of Point structures. |
.gif) | FillClosedCurve(Brush, array<PointF>[]()[]) | Fills the interior of a closed cardinal spline curve defined by an array of PointF structures. |
.gif) | FillClosedCurve(Brush, array<Point>[]()[], FillMode) | Fills the interior of a closed cardinal spline curve defined by an array of Point structures using the specified fill mode. |
.gif) | FillClosedCurve(Brush, array<PointF>[]()[], FillMode) | Fills the interior of a closed cardinal spline curve defined by an array of PointF structures using the specified fill mode. |
.gif) | FillClosedCurve(Brush, array<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. |
.gif) | FillClosedCurve(Brush, array<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. |
Top
Reference