A delegate version of the IHitTestable interface.

Namespace: yWorks.Canvas.Drawing
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.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