[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Draws a closed cardinal spline defined by an array of Point structures [Property] Graphics=Sets the Graphics to draw a closed cardinal spline. ARG(Graphics)|20|(empty)|Graphics Pen=Sets the Pen that determines the color, width, and style of the closed cardinal spline. ARG(Pen)|20|(empty)|Pen FillMode=Sets the value that determines how the curve is filled. ARG(FillMode)|20|(empty)|FillMode Tension=Sets the Value greater than or equal to 0.0F that specifies the tension of the curve. ARG(float)|2| Points=Sets the Array of Point||PointF structures that represent the points that determine the curve. The number of points in the array should be a multiple of 3 plus 1, such as 4, 7, or 10. Format: X,Y - pair per line. ARG(Point[]||PointF[])|5| [Methods] doDrawClosedCurve=Draws a closed cardinal spline defined by an array of Point structures. ARG(Pen pen, Point[] points)|1|0 *doDrawClosedCurve2=Draws a closed cardinal spline defined by an array of Point structures using a specified tension. ARG(Pen pen, Point[] points, float tension, FillMode fillmode)|1|0 *doDrawClosedCurve3=Draws a closed cardinal spline defined by an array of PointF structures. ARG(Pen pen, PointF[] points)|1|0 *doDrawClosedCurve4=Draws a closed cardinal spline defined by an array of PointF structures using a specified tension. ARG(Pen pen, PointF[] points, float tension, FillMode fillmode)|1|0 Graphics=Defines the Graphics to draw a closed cardinal spline. ARG(Graphics)|4|0 Pen=Defines the Pen that determines the color, width, and style of the closed cardinal spline. ARG(Pen)|4|0 *fillmode=Defines the value that determines how the curve is filled. ARG(FillMode)|4|0 *points=Defines the Array of Point||PointF structures that represent the points that determine the curve. ARG(Point[]||PointF[])|4|13 *tension=Defines the Value greater than or equal to 0.0F that specifies the tension of the curve. ARG(float)|4|107