PolaroidImage method
Implementation
ffi.Pointer<Image> PolaroidImage(
ffi.Pointer<Image> arg0,
ffi.Pointer<DrawInfo> arg1,
ffi.Pointer<ffi.Char> arg2,
double arg3,
int arg4,
ffi.Pointer<ExceptionInfo> arg5,
) {
return _PolaroidImage(
arg0,
arg1,
arg2,
arg3,
arg4,
arg5,
);
}