x method

ZoomPanArea x(
  1. int x
)

Implementation

ZoomPanArea x(int x) {
  _x = x;
  return this;
}