PHP Dokumentation: Function imagickdraw-setvectorgraphics
12. Januar 2010 von werner
ImagickDraw::setVectorGraphics
(PECL imagick 2.0.0)
ImagickDraw::setVectorGraphics — Sets the vector graphics
Beschreibung
bool ImagickDraw::setVectorGraphics ( string $xml )
Warnung
Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zurVerfügung.
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
Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.