# File lib/rvg/embellishable.rb, line 338
        def use(obj, x=0, y=0, width=nil, height=nil)
            use = Use.new(obj, x, y, width, height)
            @content << use
            return use
        end