RaiseImage method
int
RaiseImage(
- Pointer<
Image> arg0, - Pointer<
RectangleInfo> arg1, - int arg2,
- Pointer<
ExceptionInfo> arg3,
Implementation
int RaiseImage(
ffi.Pointer<Image> arg0,
ffi.Pointer<RectangleInfo> arg1,
int arg2,
ffi.Pointer<ExceptionInfo> arg3,
) {
return _RaiseImage(
arg0,
arg1,
arg2,
arg3,
);
}