PDF 函数
在线手册:中文 英文
PHP手册

PDF_setlinejoin

(PHP 4, PECL pdflib >= 1.0.0)

PDF_setlinejoinSet linejoin parameter

说明

bool PDF_setlinejoin ( resource $p , int $value )

Sets the linejoin parameter to specify the shape at the corners of paths that are stroked. 成功时返回 TRUE, 或者在失败时返回 FALSE.


PDF 函数
在线手册:中文 英文
PHP手册
PHP手册 - N: Set linejoin parameter

用户评论:

aRichboy at mac dot com (12-Mar-2002 07:01)

Where:
0 = Miter join
1 = Round join
2 = Bevel join