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