PDF_setlinejoin

(PHP 4, PECL pdflib >= 1.0.0)

PDF_setlinejoinSet linejoin parameter

Opis

PDF_setlinejoin ( resource $p , int $value ) : bool

Sets the linejoin parameter to specify the shape at the corners of paths that are stroked. Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.

add a note add a note

User Contributed Notes 1 note

up
0
aRichboy at mac dot com
22 years ago
Where:
0 = Miter join
1 = Round join
2 = Bevel join
To Top