DrawPathLineToVerticalRelative method

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

Implementation

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