The ImagickDraw class
PHP Manual

ImagickDraw::pushClipPath

(No version information available, might be only in CVS)

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 comprized of any number of drawing commands and terminated by a ImagickDraw::popClipPath() command.

Parametry

clip_mask_id

Clip mask Id

Zwracane wartości

żadna wartość nie jest zwracana.


The ImagickDraw class
PHP Manual