Method: TkcTag#set_to_overlapping
- Defined in:
- lib/tk/canvastag.rb
#set_to_overlapping(x1, y1, x2, y2) ⇒ Object Also known as: overlapping
324 325 326 327 |
# File 'lib/tk/canvastag.rb', line 324 def set_to_overlapping(x1, y1, x2, y2) @c.addtag_overlapping(@id, x1, y1, x2, y2) self end |