MagickGetImageLength method
Implementation
int MagickGetImageLength(
ffi.Pointer<MagickWand> arg0,
ffi.Pointer<MagickSizeType> arg1,
) {
return _MagickGetImageLength(
arg0,
arg1,
);
}
int MagickGetImageLength(
ffi.Pointer<MagickWand> arg0,
ffi.Pointer<MagickSizeType> arg1,
) {
return _MagickGetImageLength(
arg0,
arg1,
);
}