Ejemplo n.º 1
0
        static void Output1DCellHistoriesAsPng(Cell[,] cells, string imagePath)
        {
            var stateImage = new StateImage();

            stateImage.AddNewFrameFrom1DCellHistory(cells);
            stateImage.SaveAsPng(imagePath);
        }