GetMagickProperty method
Implementation
ffi.Pointer<ffi.Char> GetMagickProperty(
ffi.Pointer<ImageInfo> arg0,
ffi.Pointer<Image> arg1,
ffi.Pointer<ffi.Char> arg2,
ffi.Pointer<ExceptionInfo> arg3,
) {
return _GetMagickProperty(
arg0,
arg1,
arg2,
arg3,
);
}