imgPosY method

int imgPosY(
  1. double y
)

Implementation

int imgPosY( double y ){
	return (y * _ratioY + _offsetY).toInt();
}