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