PersistPixelCache method

int PersistPixelCache(
  1. Pointer<Image> arg0,
  2. Pointer<Char> arg1,
  3. int arg2,
  4. Pointer<MagickOffsetType> arg3,
  5. Pointer<ExceptionInfo> arg4,
)

Implementation

int PersistPixelCache(
  ffi.Pointer<Image> arg0,
  ffi.Pointer<ffi.Char> arg1,
  int arg2,
  ffi.Pointer<MagickOffsetType> arg3,
  ffi.Pointer<ExceptionInfo> arg4,
) {
  return _PersistPixelCache(
    arg0,
    arg1,
    arg2,
    arg3,
    arg4,
  );
}