CPointList Class
function LinearSearch(const Item: CPoint; Compare: CPointSortCompare): Integer;
Performs a linear search over the list and stops at the first item that matches the passed one.