drawSetClipRule method
DrawSetClipRule() set the polygon fill rule to be used by the clipping path.
fillRule
: fill rule (EvenOddRule or NonZeroRule)
Implementation
void drawSetClipRule(FillRule fillRule) =>
_magickWandBindings.DrawSetClipRule(_wandPtr, fillRule.index);