The ImagickDraw class
PHP 手册

ImagickDraw::setStrokeLineJoin

(PECL imagick 2.0.0)

ImagickDraw::setStrokeLineJoinSpecifies the shape to be used at the corners of paths when they are stroked

说明

bool ImagickDraw::setStrokeLineJoin ( int $linejoin )
Warning

本函数暂无文档,仅有参数列表。

Specifies the shape to be used at the corners of paths (or other vector shapes) when they are stroked.

参数

linejoin

LINEJOIN_ constant

返回值

无返回值。


The ImagickDraw class
PHP 手册