ImagickDraw
PHP Manual

ImagickDraw::setClipPath

(PECL imagick 2.0.0)

ImagickDraw::setClipPathAssociates a named clipping path with the image

Descrierea

bool ImagickDraw::setClipPath ( string $clip_mask )
Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

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.

Parametri

clip_mask

the clipping path name

Valorile întoarse

Nu este întoarsă nici o valoare.


ImagickDraw
PHP Manual