toCoordinate method

Coordinate toCoordinate()

Implementation

Coordinate toCoordinate()
{
  return new Coordinate(width, height);
}