Пример #1
0
 public virtual bool IsHit(Vector2 point)
 {
     return(PixelRect.IsPointInRect(point));
 }