rect2D method

RectangleC rect2D(
  1. RectangleD o
)

Implementation

RectangleC rect2D(RectangleD o) => rect2(o.x, o.y, o.width, o.height);