Exemplo n.º 1
0
 public static bool IsEmpty(Point point)
 {
     return(DoubleHelper.IsNaN(point.X) && DoubleHelper.IsNaN(point.Y));
 }