The ImagickDraw class
PHP Manual

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 Manual