An interface that can enumerate hits of a given type for a certain position in world coordinates.

Namespace: yWorks.Canvas.Drawing
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public interface IHitTestEnumerator<T>
Visual Basic
Public Interface IHitTestEnumerator(Of T)

Type Parameters

T
the type of hits returned by the enumerator

See Also