ImagickDraw::getClipRule

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getClipRuleReturns the current polygon fill rule

Beschreibung

publicImagickDraw::getClipRule(): int
Warnung

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

Returns the current polygon fill rule to be used by the clipping path.

Rückgabewerte

Returns a FILLRULE constant (imagick::FILLRULE_*).

To Top