DrawSetFillRule method
Implementation
void DrawSetFillRule(
ffi.Pointer<DrawingWand> arg0,
int arg1,
) {
return _DrawSetFillRule(
arg0,
arg1,
);
}
void DrawSetFillRule(
ffi.Pointer<DrawingWand> arg0,
int arg1,
) {
return _DrawSetFillRule(
arg0,
arg1,
);
}