StreamImage method
Pointer<Image>
StreamImage(
- Pointer<
ImageInfo> arg0, - Pointer<
StreamInfo> arg1, - Pointer<
ExceptionInfo> arg2
Implementation
ffi.Pointer<Image> StreamImage(
ffi.Pointer<ImageInfo> arg0,
ffi.Pointer<StreamInfo> arg1,
ffi.Pointer<ExceptionInfo> arg2,
) {
return _StreamImage(
arg0,
arg1,
arg2,
);
}