Exemple #1
0
        public async Task <string> Save()
        {
            var paths = await _images.Save();

            var plot = Plot(paths);

            Draw(paths, plot);
            plot.Save(_path);

            return(_path);
        }