public Spread <Vector2D> GetFoundCorners()
 {
     lock (FFoundPointsLock)
         return((Spread <Vector2D>)FFoundPoints.Clone <Vector2D>());
 }