ImagickDraw
PHP Manual

ImagickDraw::setVectorGraphics

(PECL imagick 2.0.0)

ImagickDraw::setVectorGraphicsSets the vector graphics

Descrizione

bool ImagickDraw::setVectorGraphics ( string $xml )
Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

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.

Elenco dei parametri

xml

xml containing the vector graphics

Valori restituiti

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.


ImagickDraw
PHP Manual