Example #1
0
 public static Size Ceiling(this Size size)
 {
     return(SizeUtils.Ceiling(size));
 }