SetImageRegionMask method

int SetImageRegionMask(
  1. Pointer<Image> arg0,
  2. int type,
  3. Pointer<RectangleInfo> arg2,
  4. 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,
  );
}