imgPosX method

int imgPosX(
  1. double x
)

Implementation

int imgPosX( double x ){
	return (x * _ratioX + _offsetX).toInt();
}