TransparentPaintImage method
Implementation
int TransparentPaintImage(
ffi.Pointer<Image> arg0,
ffi.Pointer<PixelInfo> arg1,
int arg2,
int arg3,
ffi.Pointer<ExceptionInfo> arg4,
) {
return _TransparentPaintImage(
arg0,
arg1,
arg2,
arg3,
arg4,
);
}