コード例 #1
0
 public static double GetDirect(this Size size, Orientation orientation)
 {
     return(SizeUtils.GetDirect(size, orientation));
 }