from method

ZoomPan from(
  1. ZoomPanArea from
)

Implementation

ZoomPan from(ZoomPanArea from) {
  _from = ZoomPanAreaFrom(from);
  return this;
}