DrawPathMoveToAbsolute method
Implementation
void DrawPathMoveToAbsolute(
ffi.Pointer<DrawingWand> arg0,
double arg1,
double arg2,
) {
return _DrawPathMoveToAbsolute(
arg0,
arg1,
arg2,
);
}
void DrawPathMoveToAbsolute(
ffi.Pointer<DrawingWand> arg0,
double arg1,
double arg2,
) {
return _DrawPathMoveToAbsolute(
arg0,
arg1,
arg2,
);
}