ImagickDraw::setClipPath
(No version information available, might be only in CVS)
ImagickDraw::setClipPath — Associates a named clipping path with the image
Beschreibung
   bool ImagickDraw::setClipPath
    ( string $clip_mask
   )
  Warnung
  Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.
Warnung
  Diese Funktion ist EXPERIMENTELL. Das Verhalten, der Funktionsname und alles Andere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohne Ankündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion auf eigenes Risiko.
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.
Parameter Liste
- clip_mask
- 
      the clipping path name 
Rückgabewerte
Es wird kein Wert zurückgegeben.