Forum und email

ImagickDraw::setVectorGraphics

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

ImagickDraw::setVectorGraphics — Sets the vector graphics

Beschreibung

bool ImagickDraw::setVectorGraphics ( string $xml )
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.

Sets the vector graphics associated with the specified ImagickDraw object. Use this method with ImagickDraw::getVectorGraphics() as a method to persist the vector graphics state.

Parameter Liste

xml

xml containing the vector graphics

Rückgabewerte

Returns true on success and false on failure.