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