class Magick::RVG

def ref(x, y, rw, rh)

Other tags:
    Private: -
def ref(x, y, rw, rh)
  translate(x, y) if x != 0 || y != 0
  @width = rw if rw
  @height = rh if rh
end