[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
A generic path segment
Source position: fpvectorial.pas line 91
type TPathSegment = class |
||
public |
||
|
The type of the segment |
|
|
Pointer to the previous segment in the linked list or nil if it is the first segment. |
|
|
Pointer to the next segment in the linked list or nil if it is the last segment. |
|
end; |
|
A generic path segment |
|
| | ||
TObject |
The coordinates in fpvectorial are given in millimiters and the starting point is in the bottom-left corner of the document. The X grows to the right and the Y grows to the top.