Collision detection with objects in display lists

How would you go about performing collision detection with polygons inside a display list?
eg collision detection between a line(outside of a display list) and a set of polygons within a display list.

neilw