[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
A generic 2D segment
Source position: fpvectorial.pas line 106
type T2DSegment = class(TPathSegment) |
||
public |
||
X: Double; |
|
The X coordinates in milimiters of the end of the segment |
Y: Double; |
|
The Y coordinates in milimiters of the end of the segment |
end; |
|
A generic 2D segment |
|
| | ||
|
A generic path segment |
|
| | ||
TObject |
In a 2D segment, the X and Y coordinates represent always the final point of the segment, being that it starts where the previous segment ends. The exception is for the first segment of all, which simply holds the starting point for the drawing and should always be of the type stMoveTo.