TLineType Enum
Declaration
TLineType = (
liStraight,
liQSpline,
liRectH,
liRectV
);
Members
Name |
---|
liStraight
|
liQSpline
|
liRectH
|
liRectV
|
Remarks
TLineType determines the type of line that links two points. The following values are available:
liStraight - A straight line between two points.
liQSpline - Points are connected by a curved line.
liRectH - Points are connected by horizontal and vertical lines (see the figure below).
liRectV - Points are connected by vertical and horizontal lines (see the figure below).
See Also