Method: Fox::Canvas::ShapeGroup#removeShape

Defined in:
lib/fox16/canvas.rb

#removeShape(shape) ⇒ Object

Remove a shape from this group



158
159
160
# File 'lib/fox16/canvas.rb', line 158

def removeShape(shape)
  @shapes.remove(shape)
end