DrawGetClipRule
DrawGetClipRule -- returns the current polygon fill rule to be used by the clipping path
Description
int DrawGetClipRule( DrawingWand drw_wnd )
Returns the current polygon fill rule to be used by the clipping path. The returned value will be a FillRule constant, one of the following: MW_UndefinedRule MW_EvenOddRule MW_NonZeroRule
A description of each parameter follows:
| drw_wnd | A DrawingWand resource |