ImagickDraw::resetVectorGraphics
PHP Manual
PHP Manual»ImagickDraw»ImagickDraw::resetVectorGraphics

ImagickDraw::resetVectorGraphics

(PECL imagick 2, PECL imagick 3)

ImagickDraw::resetVectorGraphicsResets the vector graphics

Description

public function ImagickDraw::resetVectorGraphics(): bool

Resets the vector graphics.

Parameters

This function has no parameters.

Return Values

Returns true on success.

To Top