public bool Contains(Vector2 pointToCheck) { var mouse = new Point((int)pointToCheck.X, (int)pointToCheck.Y); return(Border.Contains(mouse)); }