DrawPathLineToHorizontalRelative method

void DrawPathLineToHorizontalRelative(
  1. Pointer<DrawingWand> arg0,
  2. double arg1
)

Implementation

void DrawPathLineToHorizontalRelative(
  ffi.Pointer<DrawingWand> arg0,
  double arg1,
) {
  return _DrawPathLineToHorizontalRelative(
    arg0,
    arg1,
  );
}