ImagickDraw
PHP Manual

ImagickDraw::setClipPath

(PECL imagick 2.0.0)

ImagickDraw::setClipPathAssociates a named clipping path with the image

说明

bool ImagickDraw::setClipPath ( string $clip_mask )
Warning

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

Associates a named clipping path with the image. Only the areas drawn on by the clipping path will be modified as long as it remains in effect.

参数

clip_mask

the clipping path name

返回值

没有返回值。


ImagickDraw
PHP Manual