Method: Tk::Canvas#find_enclosed

Defined in:
lib/tk/canvas.rb

#find_enclosed(x1, y1, x2, y2) ⇒ Object



235
236
237
# File 'lib/tk/canvas.rb', line 235

def find_enclosed(x1, y1, x2, y2)
  find('enclosed', x1, y1, x2, y2)
end