Beispiel #1
0
 public static bool IsCloseTo(this Size a, Size b)
 {
     return(SizeUtils.AreClose(a, b));
 }