ImagickDraw
在线手册:中文 英文
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.


ImagickDraw
在线手册:中文 英文
PHP手册