コード例 #1
0
 public bool Collide(Vector2 point)
 {
     return(figure.Collide(point));
 }