rect1C method

RectangleC rect1C(
  1. RectangleC o
)

Implementation

RectangleC rect1C(RectangleC o) => rect1(o.x, o.y, o.width, o.height);