
 | | |
All Units All Classes Properties, Methods and Events |
TBezierStyle
type TBezierStyle = (bsWindows, bsBezier3, bsBezier4);
Unit
TeeBezie
Description
Choose Style with which to display Bezier plot.
bsWindows:
The first curve is drawn from the first point to the fourth point, using the second and third points as control points. Each subsequent curve in the sequence needs exactly three more points: the ending point of the previous curve is used as the starting point, the next two points in the sequence are control points, and the third is the ending point.
bsBezier3:
The first curve is drawn from the first point to the third point, using the second point as control point. Each subsequent curve in the sequence needs exactly three more points: the ending point of the previous curve is used as the starting point, the next two points in the sequence are control points, and the third is the ending point.
bsBezier4:
The first curve is drawn from the first point to the fourth point, using the second and third points as control points. Each subsequent curve in the sequence needs exactly four more points: the ending point of the previous curve is used as the starting point, the next two points in the sequence are control points, and the third is the ending point.
Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.