SadConsole.CellAppearance.Clone C# (CSharp) 메소드

Clone() 공개 메소드

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