CPointList Class
function Add(const Item: CPoint): Integer; overload;
Adds the passed item to the end of the list and returns the index of the item. Error Conditions: We may run out of memory here, which will cause an exception.