toRect method

Rect toRect()

Implementation

Rect toRect()
{
  return new Rect(0.0, 0.0, width, height);
}