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