GetPixelCachePixels method
Pointer<Void>
GetPixelCachePixels(
- Pointer<
Image> arg0, - Pointer<
MagickSizeType> arg1, - Pointer<
ExceptionInfo> arg2
Implementation
ffi.Pointer<ffi.Void> GetPixelCachePixels(
ffi.Pointer<Image> arg0,
ffi.Pointer<MagickSizeType> arg1,
ffi.Pointer<ExceptionInfo> arg2,
) {
return _GetPixelCachePixels(
arg0,
arg1,
arg2,
);
}