PersistPixelCache method
int
PersistPixelCache(
- Pointer<
Image> arg0, - Pointer<
Char> arg1, - int arg2,
- Pointer<
MagickOffsetType> arg3, - 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,
);
}