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

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top