public IViewport MoveTo(TvPoint newPos) { return(new DynamicViewport(_factory, _creator, _viewport.MoveTo(newPos))); }