示例#1
0
 public static double HalfHeight(this Size size)
 {
     return(SizeUtils.HalfHeight(size));
 }