Method: Fox::Canvas::Shape#bounds
- Defined in:
- lib/fox16/canvas.rb
#bounds ⇒ Object
Return the bounding box for this shape
39 40 41 |
# File 'lib/fox16/canvas.rb', line 39 def bounds FXRectangle.new(x, y, width, height) end |
Return the bounding box for this shape
39 40 41 |
# File 'lib/fox16/canvas.rb', line 39 def bounds FXRectangle.new(x, y, width, height) end |