drawGetClipRule method
DrawGetClipRule() returns the current polygon fill rule to be used by the clipping path.
Implementation
FillRule drawGetClipRule() =>
FillRule.values[_magickWandBindings.DrawGetClipRule(_wandPtr)];
DrawGetClipRule() returns the current polygon fill rule to be used by the clipping path.
FillRule drawGetClipRule() =>
FillRule.values[_magickWandBindings.DrawGetClipRule(_wandPtr)];