bool bounds(const iXY& loc) const
 {
     return( bbox.bounds( location, loc ) );
 }
 inline bool isBounded( iXY &test )
 {
     return( capture_area.bounds( location, test ) );
 }