Пример #1
0
 public IViewport MoveTo(TvPoint newPos)
 {
     return(new DynamicViewport(_factory, _creator, _viewport.MoveTo(newPos)));
 }