ExportImage function

  1. @Native<Bool Function(Image, Pointer<Char>)>(Image, ffi.Pointer<ffi.Char>)>()
bool ExportImage(
  1. Image image,
  2. Pointer<Char> fileName
)

Implementation

@ffi.Native<ffi.Bool Function(Image, ffi.Pointer<ffi.Char>)>()
external bool ExportImage(Image image, ffi.Pointer<ffi.Char> fileName);