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