SadConsole.CellAppearance.Clone C# (CSharp) Method

Clone() public method

Creates a new copy of this cell appearance.
public Clone ( ) : CellAppearance
return CellAppearance
        public CellAppearance Clone()
        {
            return new CellAppearance(this.Foreground, this.Background, this.GlyphIndex);
        }