예제 #1
0
파일: Screen.cs 프로젝트: complabs/TextUI
 /// <summary>
 /// Adds coordinates to the <see cref="Offset"/>.
 /// </summary>
 ///
 internal void AddOffset(int left, int top)
 {
     Buffer.AddOffset(left, top);
 }