ReadStream method
Pointer<Image>
ReadStream(
- Pointer<
ImageInfo> arg0, - StreamHandler arg1,
- Pointer<
ExceptionInfo> arg2
Implementation
ffi.Pointer<Image> ReadStream(
ffi.Pointer<ImageInfo> arg0,
StreamHandler arg1,
ffi.Pointer<ExceptionInfo> arg2,
) {
return _ReadStream(
arg0,
arg1,
arg2,
);
}