toRectangle method

Rectangle<double> toRectangle()

Implementation

Rectangle<double> toRectangle() => Rectangle<double>(x, y, width, height);