コード例 #1
0
 public bool IsInSpinRect(int x, int y)
 {
     if (flightPath.IsInBoundingRect(x, y))
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }