Forum und email

ImagickDraw::setStrokeMiterLimit

(No version information available, might be only in CVS)

ImagickDraw::setStrokeMiterLimit — Specifies the miter limit

Description

bool ImagickDraw::setStrokeMiterLimit ( int $miterlimit )
Warning

此函數目前沒有參考文件;只有引數列表。

Warning

這個函數是實驗性質的。這個函數的行為、名稱、和關於此函數的任何其他文件在未來PHP的發行中可能會在不通知的情況下改變。 使用此延伸需自行承擔風險。

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'.

Parameters

miterlimit

the miter limit

Return Values

No value is returned.