public IViewport Grow(int ncols, int nrows) { return(new DynamicViewport(_factory, _creator, _viewport.Grow(ncols, nrows))); }