The ImagickDraw class
PHP Manual

ImagickDraw::setVectorGraphics

(PECL imagick 2.0.0)

ImagickDraw::setVectorGraphicsSets the vector graphics

Описание

bool ImagickDraw::setVectorGraphics ( string $xml )
Предупреждение

Към момента тази функция не е документирана; наличен е единствено списъкът с аргументите й.

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.

Параметри

xml

xml containing the vector graphics

Връщани стойности

Връща TRUE при успех или FALSE при неуспех.


The ImagickDraw class
PHP Manual