예제 #1
0
파일: Screen.cs 프로젝트: complabs/TextUI
 /// <summary>
 /// Adds clip region to the <see cref="ClipRegion"/> relative to
 /// current <see cref="Offset"/>.
 /// </summary>
 ///
 internal void AddClipRegion(int width, int height)
 {
     Buffer.AddClipRegion(0, 0, width, height);
 }