wndPosX method

double wndPosX(
  1. int x
)

Implementation

double wndPosX( int x ){
	return (x - _offsetX) / _ratioX;
}