PixelGetPreviousIteratorRow method

Pointer<Pointer<PixelWand>> PixelGetPreviousIteratorRow(
  1. Pointer<PixelIterator> arg0,
  2. Pointer<Size> arg1
)

Implementation

ffi.Pointer<ffi.Pointer<PixelWand>> PixelGetPreviousIteratorRow(
  ffi.Pointer<PixelIterator> arg0,
  ffi.Pointer<ffi.Size> arg1,
) {
  return _PixelGetPreviousIteratorRow(
    arg0,
    arg1,
  );
}