Esempio n. 1
0
 /// <summary>
 /// Copies a given character, foreground color, and background color to a
 /// rectangle of the screen buffer. This functionality is not implemented.
 /// The call fails with an exception.
 /// </summary>
 /// <param name="origin">The parameter is not used.</param>
 /// <param name="contents">The parameter is not used.</param>
 public override void SetBufferContents(Rectangle rectangle, BufferCell fill)
 {
     myConsole.SetBufferContents(rectangle, fill);
 }