HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THPDFPage.SetLineJoin
|
Top Previous Next |
|
Sets the line join style.
type TLineJoinStyle = ( ljMiterJoin, ljRoundJoin, ljBevelJoin );
Delphi syntax: procedure SetLineJoin ( LineJoin: TLineJoinStyle );
C++ syntax: void __fastcall SetLineJoin ( TLineJoinStyle LineJoin);
Description: The line join style speci.es the shape to be used at the corners of paths that are stroked.
Value Meaning
|