getScaleY method

double getScaleY()

returns the current y-scale factor

Implementation

double getScaleY() {
  return _scaleY;
}