T
- the type of hits returned by the enumeratorpublic interface IHitTester<T>
Modifier and Type | Method and Description |
---|---|
IEnumerable<T> |
enumerateHits(IInputModeContext context,
PointD location)
Yields an enumerable that enumerates the hits for a given world coordinate.
|
IEnumerable<T> enumerateHits(IInputModeContext context, PointD location)
context
- The context in which to perform the hit testing.location
- the coordinates in the world coordinate system