DestroyPixelIterator method

Pointer<PixelIterator> DestroyPixelIterator(
  1. Pointer<PixelIterator> arg0
)

Implementation

ffi.Pointer<PixelIterator> DestroyPixelIterator(
  ffi.Pointer<PixelIterator> arg0,
) {
  return _DestroyPixelIterator(
    arg0,
  );
}