Home > PHP > Function > > ImagickDraw::setFillRule()

ImagickDraw::setFillRule()

ImagickDraw::setFillRule - Sets the fill rule to use while drawing polygons

Syntax

bool ImagickDraw::setFillRule (int $fill_rule)

Arguments

  • fill_rule - FILLRULE_ constant

Description

Sets the fill rule to use while drawing polygons.

Version

PHP PECL imagick 2.0.0

Return value

No value is returned.