Rectangle.from(Rectangle<T> r)

Source

Rectangle.from(math.Rectangle<T> r) :
    this(r.left, r.top, r.width, r.height);