SpliceImage method
Pointer<Image>
SpliceImage(
- Pointer<
Image> arg0, - Pointer<
RectangleInfo> arg1, - Pointer<
ExceptionInfo> arg2
Implementation
ffi.Pointer<Image> SpliceImage(
ffi.Pointer<Image> arg0,
ffi.Pointer<RectangleInfo> arg1,
ffi.Pointer<ExceptionInfo> arg2,
) {
return _SpliceImage(
arg0,
arg1,
arg2,
);
}