ImagickDraw
PHP Manual

ImagickDraw::setClipPath

(PECL imagick 2.0.0)

ImagickDraw::setClipPathAssociates a named clipping path with the image

Opis

bool ImagickDraw::setClipPath ( string $clip_mask )
Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

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.

Parametry

clip_mask

the clipping path name

Zwracane wartości

Nie jest zwracana żadna wartość.


ImagickDraw
PHP Manual