getScaleX method

double getScaleX()

returns the current x-scale factor

Implementation

double getScaleX() {
  return _scaleX;
}