The ImagickDraw class
PHP 手册

ImagickDraw::setVectorGraphics

(PECL imagick 2.0.0)

ImagickDraw::setVectorGraphicsSets the vector graphics

说明

bool ImagickDraw::setVectorGraphics ( string $xml )
Warning

本函数暂无文档,仅有参数列表。

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 手册