PlasmaImage method
int
PlasmaImage(
- Pointer<
Image> arg0, - Pointer<
SegmentInfo> arg1, - int arg2,
- int arg3,
- Pointer<
ExceptionInfo> arg4,
Implementation
int PlasmaImage(
ffi.Pointer<Image> arg0,
ffi.Pointer<SegmentInfo> arg1,
int arg2,
int arg3,
ffi.Pointer<ExceptionInfo> arg4,
) {
return _PlasmaImage(
arg0,
arg1,
arg2,
arg3,
arg4,
);
}