ImagesToCustomStream method

void ImagesToCustomStream(
  1. Pointer<ImageInfo> arg0,
  2. Pointer<Image> arg1,
  3. Pointer<ExceptionInfo> arg2
)

Implementation

void ImagesToCustomStream(
  ffi.Pointer<ImageInfo> arg0,
  ffi.Pointer<Image> arg1,
  ffi.Pointer<ExceptionInfo> arg2,
) {
  return _ImagesToCustomStream(
    arg0,
    arg1,
    arg2,
  );
}