Previous: 4.37.2.119. SetWriteMode procedure To the Table of Contents Next: 4.37.2.121. Stretch procedure
4.37.2.119. SetWriteMode procedure Table of Contents 4.37.2.121. Stretch procedure

- 4.37.2.120. -
Table of Contents
4. Standard Units
4.37. Graph - Graph unit
4.37.2. Graph Unit Procedures and Functions
4.37.2.120. Spline procedure


4.37.2.120. Spline procedure

Targets: MS-DOS, Win32


Graph Unit

Draws a spline.

Declaration:
procedure Spline(Nodes: Byte; Points: array of PointType);
Remarks:
Fits a smooth curve through a given set of points. Nodes specifies the number of Points. A coordinate pair consists of two Longints, an X and a Y value.

Use the SetSplineLineSteps procedure to adjust the spline.


Previous: 4.37.2.119. SetWriteMode procedure To the Table of Contents Next: 4.37.2.121. Stretch procedure
4.37.2.119. SetWriteMode procedure Table of Contents 4.37.2.121. Stretch procedure

- 4.37.2.120. -