SadConsole.Consoles.AnimatedTextSurface.Save C# (CSharp) Method

Save() public method

Saves the animated text surface to a file.
public Save ( string file ) : void
file string The destination file.
return void
        public void Save(string file)
        {
            Serializer.Save(this, file);
        }