This documentation is archived and is not being maintained.
Graphics::FillClosedCurve Method
Visual Studio 2010
Fills the interior of a closed cardinal spline curve defined by an array of Point structures.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
FillClosedCurve(Brush, array<Point>) | Fills the interior of a closed cardinal spline curve defined by an array of Point structures. |
|
FillClosedCurve(Brush, array<PointF>) | Fills the interior of a closed cardinal spline curve defined by an array of PointF structures. |
|
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. |
|
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. |
|
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. |
|
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. |
Show: