ExportImage abstract method

bool ExportImage(
  1. ImageStructType image,
  2. String fileName
)

Export image data to file, returns true on success

Implementation

bool ExportImage(
  ImageStructType image,
  String fileName,
);