SetImageRegionMask method
int
SetImageRegionMask(
- Pointer<
Image> arg0, - int type,
- Pointer<
RectangleInfo> arg2, - Pointer<
ExceptionInfo> arg3,
Implementation
int SetImageRegionMask(
ffi.Pointer<Image> arg0,
int type,
ffi.Pointer<RectangleInfo> arg2,
ffi.Pointer<ExceptionInfo> arg3,
) {
return _SetImageRegionMask(
arg0,
type,
arg2,
arg3,
);
}