Previous: SetWriteMode procedure To the Table of Content Next: Stretch procedure

- 4.37.2.120 -
Standard Units
Graph Unit
Graph Unit Procedures and Functions

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: SetWriteMode procedure To the Table of Content Next: Stretch procedure
SetWriteMode procedure Table of Content Stretch procedure

- 4.37.2.120 -