Example #1
0
 private static bool smethod_14(Point2D v, Polyline2D[] borders, Polyline2D exclude)
 {
     foreach (Polyline2D border in borders)
     {
         if (border != exclude && Class749.IsInside(v, border))
         {
             return(true);
         }
     }
     return(false);
 }