DrawGetFillRule
DrawGetFillRule -- returns the fill rule used while drawing polygons
Description
int DrawGetFillRule( DrawingWand drw_wnd )
Returns the fill rule used while drawing polygons. 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 |