Beispiel #1
0
 ///
 public abstract void SetBufferContents(Place rectangle, BufferCell fill);
Beispiel #2
0
 ///
 public abstract void ScrollBufferContents(Place source, Point destination, Place clip, BufferCell fill);
Beispiel #3
0
 public abstract BufferCell[,] GetBufferContents(Place rectangle);
Beispiel #4
0
 ///
 public abstract void SetBufferContents(Place rectangle, BufferCell fill);
Beispiel #5
0
 ///
 public abstract void ScrollBufferContents(Place source, Point destination, Place clip, BufferCell fill);
Beispiel #6
0
 public abstract BufferCell[,] GetBufferContents(Place rectangle);