예제 #1
0
 public IViewport ResizeTo(int cols, int rows)
 {
     return(new DynamicViewport(_factory, _creator, _viewport.ResizeTo(cols, rows)));
 }