Example #1
0
 public static double GetIndirect(this Size size, Orientation orientation)
 {
     return(SizeUtils.GetIndirect(size, orientation));
 }