ImagickDraw
PHP Manual

ImagickDraw::pushClipPath

(PECL imagick 2.0.0)

ImagickDraw::pushClipPathStarts a clip path definition

Opis

bool ImagickDraw::pushClipPath ( string $clip_mask_id )
Ostrzeżenie

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

Starts a clip path definition which is comprised of any number of drawing commands and terminated by a ImagickDraw::popClipPath() command.

Parametry

clip_mask_id

Clip mask Id

Zwracane wartości

Nie jest zwracana żadna wartość.


ImagickDraw
PHP Manual