class PDF::Reader::Rectangle

def initialize(x1, y1, x2, y2)

def initialize(x1, y1, x2, y2)
  set_corners(x1, y1, x2, y2)
end