Charting for WinForms Programmer's Guide
IGraphics.FillClosedCurve Method
See Also
 






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

 Overload List

Name Description

IGraphics.FillClosedCurve (Brush, Point[])

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

IGraphics.FillClosedCurve (Brush, Point[], FillMode)

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

IGraphics.FillClosedCurve (Brush, Point[], FillMode, Single)

Fills the interior a closed cardinal spline curve defined by an array of Point structures using the specified fill mode and tension.

IGraphics.FillClosedCurve (Brush, PointF[])

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

IGraphics.FillClosedCurve (Brush, PointF[], FillMode)

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

IGraphics.FillClosedCurve (Brush, PointF[], FillMode, Single)

Fills the interior a closed cardinal spline curve defined by an array of PointF structures using the specified fill mode and tension.

 See Also

IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace