ImagickDraw
PHP Manual

ImagickDraw::setStrokeMiterLimit

(PECL imagick 2.0.0)

ImagickDraw::setStrokeMiterLimitSpecifies the miter limit

说明

bool ImagickDraw::setStrokeMiterLimit ( int $miterlimit )
Warning

本函数还未编写文档,仅有参数列表。

Specifies the miter limit. When two line segments meet at a sharp angle and miter joins have been specified for 'lineJoin', it is possible for the miter to extend far beyond the thickness of the line stroking the path. The miterLimit' imposes a limit on the ratio of the miter length to the 'lineWidth'.

参数

miterlimit

the miter limit

返回值

没有返回值。


ImagickDraw
PHP Manual