# File rbSnack/tkSnackUtil.rb, line 466
   def screenY2World y
       @worldFrame[3]+(@worldFrame[1]-@worldFrame[3]).to_f * (y.to_f)/(@canvas.height.to_f)
   end