PHP 8.3.4 Released!

ImagickDraw::getFillRule

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getFillRuleReturns the fill rule

Description

public ImagickDraw::getFillRule(): int
Warning

This function is currently not documented; only its argument list is available.

Returns the fill rule used while drawing polygons.

Return Values

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

add a note

User Contributed Notes

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