예제 #1
0
 public IViewport Grow(int ncols, int nrows)
 {
     return(new DynamicViewport(_factory, _creator, _viewport.Grow(ncols, nrows)));
 }