# File lib/prawn/document/bounding_box.rb, line 91
    def bounding_box(*args, &block)    
      init_bounding_box(block) do |_|
        translate!(args[0])     
        @bounding_box = BoundingBox.new(self, *args)   
      end
    end