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