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

回傳值

無回傳值。

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top