setC method

  1. @override
RectangleD setC(
  1. RectangleC o
)
override

Copies the fields of the native struct o into this instance.

Implementation

@override
RectangleD setC(RectangleC o) => set(o.x, o.y, o.width, o.height);