PHP Doku:: Starts a clip path definition - function.imagickdraw-pushclippath.html

Verlauf / Chronik / History: (26) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzBildverarbeitung und -generierungImage Processing (ImageMagick)The ImagickDraw classImagickDraw::pushClipPath

Ein Service von Reinhard Neidl - Webprogrammierung.

The ImagickDraw class

<<ImagickDraw::push

ImagickDraw::pushDefs>>

ImagickDraw::pushClipPath

(PECL imagick 2.0.0)

ImagickDraw::pushClipPathStarts a clip path definition

Beschreibung

bool ImagickDraw::pushClipPath ( string $clip_mask_id )
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

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

Parameter-Liste

clip_mask_id

Clip mask Id

Rückgabewerte

Es wird kein Wert zurückgegeben.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)