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