DrawClipPath method
Implementation
int DrawClipPath(
ffi.Pointer<Image> arg0,
ffi.Pointer<DrawInfo> arg1,
ffi.Pointer<ffi.Char> arg2,
ffi.Pointer<ExceptionInfo> arg3,
) {
return _DrawClipPath(
arg0,
arg1,
arg2,
arg3,
);
}