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

Namespace: yWorks.Canvas.Drawing
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

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