rect2C method

RectangleC rect2C(
  1. RectangleC o
)

Implementation

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