# File lib/prawn/layout/grid.rb, line 149
      def bounding_box(&blk)
        pdf.bounding_box(top_left, :width => width, :height => height, &blk)
      end