[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Fills the interior of a closed cardinal spline curve defined by an array of Point structures. [Property] Graphics=Sets the Graphics to fill a closed cardinal spline. ARG(Graphics)|20|(empty)|Graphics Brush=Sets the brush that determines the characteristics of the fill. ARG(Brush)|20|(empty)|Brush FillMode=Sets a member of the FillMode enumeration that determines the style of the fill. ARG(FillMode)|20|(empty)|FillMode Points=Sets an array of Point||PointF structures that define the spline. ARG(Point[]||PointF[])|5| Tension=Sets a value greater than or equal to 0.0F that specifies the tension of the curve. ARG(float)|2| [Methods] doFillClosedCurve=Fills the interior of a closed cardinal spline curve defined by an array of Point structures. ARG(Brush brush, Point[] points)|1|0 *doFillClosedCurve2=Fills the interior of a closed cardinal spline curve defined by an array of PointF structures. ARG(Brush brush, PointF[] points)|1|0 *doFillClosedCurve3=Fills the interior of a closed cardinal spline curve defined by an array of Point structures using the specified fill mode. ARG(Brush brush, Point[] points, FillMode fillmode)|1|0 *doFillClosedCurve4=Fills the interior of a closed cardinal spline curve defined by an array of PointF structures using the specified fill mode. ARG(Brush brush, PointF[] points, FillMode fillmode)|1|0 *doFillClosedCurve5=Fills the interior of a closed cardinal spline curve defined by an array of Point structures using the specified fill mode and tension. ARG(Brush brush, Point[] points, FillMode fillmode, float tension)|1|0 *doFillClosedCurve6=Fills the interior of a closed cardinal spline curve defined by an array of PointF structures using the specified fill mode and tension. ARG(Brush brush, PointF[] points, FillMode fillmode, float tension)|1|0 Graphics=Defines the Graphics to fill a closed cardinal spline. ARG(Graphics)|4|0 Brush=Defines the brush that determines the characteristics of the fill. ARG(Brush)|4|0 Points=Defines an array of Point||PointF structures that define the spline. ARG(Point[]||PointF[])|4|13 Tension=Defines a value greater than or equal to 0.0F that specifies the tension of the curve. ARG(float)|4|107