MagickPolaroidImage method
int
MagickPolaroidImage(
- Pointer<
MagickWand> arg0, - Pointer<
DrawingWand> arg1, - Pointer<
Char> arg2, - double arg3,
- int arg4,
Implementation
int MagickPolaroidImage(
ffi.Pointer<MagickWand> arg0,
ffi.Pointer<DrawingWand> arg1,
ffi.Pointer<ffi.Char> arg2,
double arg3,
int arg4,
) {
return _MagickPolaroidImage(
arg0,
arg1,
arg2,
arg3,
arg4,
);
}