[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
This is a 2D line segment which overrides the Pen of the path so that it can have its own pen color and pen stype
Source position: fpvectorial.pas line 111
type T2DSegmentWithPen = class(T2DSegment) |
||
public |
||
|
The Pen of a T2DSegmentWithPen |
|
end; |
|
This is a 2D line segment which overrides the Pen of the path so that it can have its own pen color and pen stype |
|
| | ||
|
A generic 2D segment |
|
| | ||
|
A generic path segment |
|
| | ||
TObject |