PHP 8.3.4 Released!

ImagickDraw::getVectorGraphics

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getVectorGraphicsReturns a string containing vector graphics

Beschreibung

public ImagickDraw::getVectorGraphics(): string
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Parameter zur Verfügung.

Returns a string which specifies the vector graphics generated by any graphics calls made since the ImagickDraw object was instantiated.

Rückgabewerte

Returns a string containing the vector graphics.

add a note

User Contributed Notes

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