Exemple #1
0
 public List <Point> CheckHit(Point dot)
 {
     return(checker.CheckHit(dot, points, (int)pen.Width));
 }