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