A delegate version of the IHitTestable interface.

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

See Also