Prev
MagickWand For PHP
Manual


Next

DrawSetClipRule

DrawSetClipRule -- sets the current polygon fill rule to be used by the clipping path

Description

void DrawSetClipRule( DrawingWand drw_wnd, int fill_rule )

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

Returns void.

fill_rule must be a FillRule constant, one of the following:
   MW_EvenOddRule
   MW_NonZeroRule

A description of each parameter follows:

drw_wnd A DrawingWand resource
fill_rule A FillRule constant


Prev
DrawSetClipPath
Up Next
DrawSetClipUnits