Example #1
0
 /// <summary> Blits the screenbuffer to the Console window. </summary>
 public void DisplayBuffer()
 {
     ConsoleBuffer.SetBuffer(CharBuffer, ColorBuffer, Background);
     ConsoleBuffer.Blit();
 }
Example #2
0
 /// <summary> Blits the screenbuffer to the Console window. </summary>
 public void DisplayBuffer()
 {
     ConsoleBuffer.SetBuffer(GlyphBuffer, Background);
     ConsoleBuffer.Blit();
 }