function FindDTMs( DTM: Integer; out Points: TPointArray; x1, y1, x2, y2: Integer): Boolean;
FindDTMs is like FindDTM, but it returns an array of x and y, as the TPointArray type.