public SampleTextBoxControllerForGdi()
 {
     _visualLine = new VisualLine();
     _visualLine.BindLine(_line);
     _visualLine.Y = 100;
 }