Method: Fox::Canvas::Shape#move

Defined in:
lib/fox16/canvas.rb

#move(x, y) ⇒ Object

Move shape to specified position



49
50
51
# File 'lib/fox16/canvas.rb', line 49

def move(x, y)
  @x, @y = x, y
end