setD method

  1. @override
RectangleD setD(
  1. RectangleD o
)
override

Copies the fields of o into this instance and returns this.

Implementation

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