Move shape to specified position
49 50 51
# File 'lib/fox16/canvas.rb', line 49 def move(x, y) @x, @y = x, y end