size method

Size size()

Implementation

Size size(){
  return Size(width.toDouble(),height.toDouble());
}