[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Represents join styles used between line segments.
Source position: graphics.pp line 588
type TPenJoinStyle = ( |
||
pjsRound, |
|
Round shape used at the join points. |
pjsBevel, |
|
Bevel shape used at the join points. |
pjsMiter |
|
Mitered angular shape used at join points. |
); |
Added in LCL version 2.6.3.
lazarus-ccr.sourceforge.net |