コード例 #1
0
ファイル: TestTextViewLine.cs プロジェクト: mhutch/MiniEditor
 public TestTextViewLine(TestTextView view, ITextSnapshotLine bufferLine, double left, double top, double right, double bottom)
 {
     Left            = left;
     Right           = right;
     Bottom          = bottom;
     Top             = top;
     this.bufferLine = bufferLine;
 }
コード例 #2
0
 public TestTextViewLineCollection(TestTextView testTextView)
 {
     this.testTextView = testTextView;
 }