public Rectangle Round() { var min = Min.FFloor(); var max = Max.FCeil(); return(new Rectangle(min, max - min)); }