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