Polygon selection use simple but efficient algorithm to create polygon with minimum mouse clicks. There is not necessary to start with some point and then add points in one direction until shape is closed. This is using and improved logic to automatically join closest points to create a polygon shape. If a lines are crossing after adding a point, just drag and move point to another position or delete it by right click.
Mouse actions and buttons used:
Sometimes there can be connected points which will create a crossing of lines, but don't be afraid, it is just because there is less points as is necessary. In that case just add new point to position where you need it and polygon will be recalculated.
add first four points in any order
add next point to make more curved bottom part, it will make crossed lines, but it is not a problem
add next point on the other side to remove crossed lines, remember that nearest distance between points is a rule for connecting points
add another point
add next point to make bottom part of area
add next two points to finish polygon area