A delegate version of the IHitTestable interface.
Namespace: yWorks.Canvas.DrawingAssembly: 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 |
Parameters
- location
- Type: yWorks.Canvas.Geometry.Structs..::..PointD
- context
- Type: yWorks.Canvas..::..ICanvasContext