PHP 8.5.0 Alpha 2 available for testing

ImagickDraw::getClipPath

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getClipPathDevuelve el identificador del camino actual

Descripción

public ImagickDraw::getClipPath(): false|string
Advertencia

Esta función está actualmente no documentada; solo la lista de sus argumentos está disponible.

Devuelve el identificador del camino actual.

Valores devueltos

Devuelve un string, o false si no existe ningún camino.

add a note

User Contributed Notes

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