Method: Fox::Canvas::ShapeGroup#addShape

Defined in:
lib/fox16/canvas.rb

#addShape(shape) ⇒ Object

Add a shape to this group



153
154
155
# File 'lib/fox16/canvas.rb', line 153

def addShape(shape)
  @shapes << shape
end