[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Draws a cardinal spline through a specified array of Point structures [Property] Graphics=Sets the Graphics to draw a cardinal spline. ARG(Graphics)|20|(empty)|Graphics Pen=Sets the Pen that determines the color, width, and style of the cardinal spline. ARG(Pen)|20|(empty)|Pen Points=Sets an array of Point||PointF structures that represent the points that determine the curve. The array of points must contain at least three Point structures for a curve to be drawn. 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| Offset=Sets an offset from the first element in the array of the points parameter to the starting point in the curve. ARG(int)|1|0 NumberOfSegments=Sets number of segments after the starting point to include in the curve. ARG(int)|1|0 [Methods] doDrawCurve=Draws a cardinal spline through a specified array of Point structures. This method uses a default tension of 0.5. ARG(Pen pen, Point[] points)|1|0 *doDrawCurve2=Draws a cardinal spline through a specified array of PointF structures. This method uses a default tension of 0.5. ARG(Pen pen, PointF[] points)|1|0 *doDrawCurve3=Draws a cardinal spline through a specified array of Point structures using a specified tension. ARG(Pen pen, Point[] points, float tension)|1|0 *doDrawCurve4=Draws a cardinal spline through a specified array of PointF structures using a specified tension. ARG(Pen pen, PointF[] points, float tension)|1|0 *doDrawCurve5=Draws a cardinal spline through a specified array of PointF structures. The drawing begins offset from the beginning of the array. ARG(Pen pen, PointF[] points, int offset, int numberOfSegments)|1|0 *doDrawCurve6=Draws a cardinal spline through a specified array of Point structures using a specified tension. The drawing begins offset from the beginning of the array. ARG(Pen pen, Point[] points, int offset, int numberOfSegments, float tension)|1|0 *doDrawCurve7=Draws a cardinal spline through a specified array of PointF structures using a specified tension. The drawing begins offset from the beginning of the array. ARG(Pen pen, PointF[] points, int offset, int numberOfSegments, float tension)|1|0 Graphics=Defines the Graphics to draw a cardinal spline. ARG(Graphics)|4|0 Pen=Defines the Pen that determines the color, width, and style of the cardinal spline. ARG(Pen)|4|0 *points=Defines an array of Point||PointF structures that represent the points that determine the curve. The array of points must contain at least three Point structures for a curve to be drawn. 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 *offset=Defines an offset from the first element in the array of the points parameter to the starting point in the curve. ARG(int)|4|1 *numberOfSegments=Defines number of segments after the starting point to include in the curve. ARG(int)|4|1