A delegate version of the IHitTestable interface.

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 delegate bool HitTestableHandler(
	PointD location,
	ICanvasContext context
)
Visual Basic
Public Delegate Function HitTestableHandler ( _
	location As PointD, _
	context As ICanvasContext _
) As Boolean

See Also