PHP 7.0.6 Released

ImagickDraw::getFillRule

(PECL imagick 2.0.0)

ImagickDraw::getFillRuleReturns the fill rule

Description

int ImagickDraw::getFillRule ( void )
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

User Contributed Notes

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