public TexturePoint GetPointSlow(Point point)
 {
     return(PointsList.FirstOrDefault(p => p.Position == point));
 }