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






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

 Overload List

Name Description

GdiGraphics.FillClosedCurve (Brush, Point[])

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

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

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

GdiGraphics.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.

GdiGraphics.FillClosedCurve (Brush, PointF[])

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

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

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

GdiGraphics.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

GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace