Method: Fox::Canvas::Shape#bounds

Defined in:
lib/fox16/canvas.rb

#boundsObject

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