getScrollX method

double getScrollX()

Implementation

double getScrollX() {
  double x = _mScaleOffsetX + _mScale * _mScrollX;
  return x;
}