[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
A path entity
Source position: fpvectorial.pas line 171
type TPath = class(TvEntity) |
||
|
The number of segments in the Path |
|
|
Pointer to the first segment of the path. |
|
|
Pointer to the last segment of the path |
|
|
This field is used internally by TPath.PrepareForSequentialReading and TPath.Next. Dont use it directly. |
|
|
The clipping path associated with a path. |
|
|
The clipping mode of a path |
|
procedure Assign(); |
|
Deletes all contents of this path and copies all contents from another path |
procedure PrepareForSequentialReading; |
|
Starts a sequential reading of all segments in a path |
function Next; |
|
Used for reading segments in sequence |
procedure CalculateBoundingBox(); override; |
||
procedure AppendSegment(); |
||
end; |
|
A path entity |
|
| | ||
|
An element of a vectorial document |
|
| | ||
TObject |
The most important type of entity. It contains a number of segments which are stored in a linked list.