Graphics::FillClosedCurve Method

 

Fills the interior of a closed cardinal spline curve defined by an array of Point structures.

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

NameDescription
System_CAPS_pubmethodFillClosedCurve(Brush^, array<Point>^)

Fills the interior of a closed cardinal spline curve defined by an array of Point structures.

System_CAPS_pubmethodFillClosedCurve(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.

System_CAPS_pubmethodFillClosedCurve(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.

System_CAPS_pubmethodFillClosedCurve(Brush^, array<PointF>^)

Fills the interior of a closed cardinal spline curve defined by an array of PointF structures.

System_CAPS_pubmethodFillClosedCurve(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.

System_CAPS_pubmethodFillClosedCurve(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.

Return to top
Show: