|
THPDFPage.SetLineJoin
|
Κορυφή Προηγούμενο Επόμενο |
|
Sets the line join style.
type TLineJoinStyle = ( ljMiterJoin, ljRoundJoin, ljBevelJoin );
Delphi syntax: procedure SetLineJoin ( LineJoin: TLineJoinStyle );
C++ syntax: void __fastcall SetLineJoin ( TLineJoinStyle LineJoin);
Description: Το line join style καθορίζει το shape που θα χρησιμοποιηθεί στα corners των paths που γίνονται stroked
Value Meaning
|