ImagickDraw
PHP Manual

ImagickDraw::setVectorGraphics

(PECL imagick 2.0.0)

ImagickDraw::setVectorGraphicsSets the vector graphics

Descrição

bool ImagickDraw::setVectorGraphics ( string $xml )
Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

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.

Parâmetros

xml

xml containing the vector graphics

Valor Retornado

Retorna TRUE em caso de sucesso ou FALSE em caso de falha.


ImagickDraw
PHP Manual