Hit tests the item()()()()style()()()()'s FallbackStyle

Namespace: yWorks.yFiles.Graph.Web
Assembly: yFilesServer (in yFilesServer.dll) Version: 1.8.0.0 (1.8)

Syntax

C#
public override bool IsHit(
	double x,
	double y,
	ICanvasContext ctx
)
Visual Basic
Public Overrides Function IsHit ( _
	x As Double, _
	y As Double, _
	ctx As ICanvasContext _
) As Boolean

Parameters

x
Type: System..::..Double
the x-coordinate in world coordinate system
y
Type: System..::..Double
the y-coordinate in world coordinate system
ctx
Type: ICanvasContext
the context the hit test is performed in

Return Value

whether something has been hit

Implements

IHitTestableIsHit(Double, Double, ICanvasContext)

Remarks

Delegates to the hit testable of the renderer returned by getFallbackRenderer()()()()

See Also