# File rbSnack/tkSnackUtil.rb, line 476 def worldX2Screen x ((@canvas.width.to_f).to_f * (x-@worldFrame[0]).to_f / (@worldFrame[2]-@worldFrame[0]).to_f).to_i end