to method

ZoomPan to(
  1. ZoomPanArea to
)

Implementation

ZoomPan to(ZoomPanArea to) {
  _to = ZoomPanAreaTo(to);
  return this;
}