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