Method: TkcTag#set_to_enclosed

Defined in:
lib/tk/canvastag.rb

#set_to_enclosed(x1, y1, x2, y2) ⇒ Object Also known as: enclosed



318
319
320
321
# File 'lib/tk/canvastag.rb', line 318

def set_to_enclosed(x1, y1, x2, y2)
  @c.addtag_enclosed(@id, x1, y1, x2, y2)
  self
end