DrawBezier method
Implementation
void DrawBezier(
ffi.Pointer<DrawingWand> arg0,
int arg1,
ffi.Pointer<PointInfo> arg2,
) {
return _DrawBezier(
arg0,
arg1,
arg2,
);
}
void DrawBezier(
ffi.Pointer<DrawingWand> arg0,
int arg1,
ffi.Pointer<PointInfo> arg2,
) {
return _DrawBezier(
arg0,
arg1,
arg2,
);
}