DrawPathCurveToSmoothAbsolute method
void
DrawPathCurveToSmoothAbsolute()
Implementation
void DrawPathCurveToSmoothAbsolute(
ffi.Pointer<DrawingWand> arg0,
double arg1,
double arg2,
double arg3,
double arg4,
) {
return _DrawPathCurveToSmoothAbsolute(
arg0,
arg1,
arg2,
arg3,
arg4,
);
}