public static NList<NVisual> HitTestAllByRegion( NVisual visualRoot, NRegion regionInRoot, INFilter<NVisual> filter, NRegion clipInRoot )
Parameters
- visualRoot
- visual root to hit test
- regionInRoot
- path in visualRoot coordinates with which to hit test
- filter
- filter for the visuals that need to be hit tested.
- clipInRoot
- the initial clip region (in root coordinates). Can be null.
Return Value
the top most hit