DrawPathLineToHorizontalAbsolute method
Implementation
void DrawPathLineToHorizontalAbsolute(
ffi.Pointer<DrawingWand> arg0,
double arg1,
) {
return _DrawPathLineToHorizontalAbsolute(
arg0,
arg1,
);
}
void DrawPathLineToHorizontalAbsolute(
ffi.Pointer<DrawingWand> arg0,
double arg1,
) {
return _DrawPathLineToHorizontalAbsolute(
arg0,
arg1,
);
}