# File lib/prawn/document/bounding_box.rb, line 122
    def lazy_bounding_box(*args,&block)
      translate!(args[0])  
      box = LazyBoundingBox.new(self,*args)
      box.action(&block)
      return box 
    end