PHP 8.5.0 Alpha 2 available for testing

ImagickDraw::getClipRule

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getClipRuleDevuelve la regla de relleno de un polígono actual

Descripción

public ImagickDraw::getClipRule(): int
Advertencia

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

Devuelve la regla de relleno de un polígono actual usada por el trazado de recorte.

Valores devueltos

Devuelve una constante FILLRULE (imagick::FILLRULE_*).

add a note

User Contributed Notes

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