Tests the item()()()() for an intersection using the 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 IsInBox(
	IRectangle box,
	ICanvasContext ctx
)
Visual Basic
Public Overrides Function IsInBox ( _
	box As IRectangle, _
	ctx As ICanvasContext _
) As Boolean

Parameters

box
Type: IRectangle
the box describing the marquee's bounds
ctx
Type: ICanvasContext
the current canvas context

Return Value

trueTruetruetrue (True in Visual Basic) if the item is considered to be captured by the marquee

Implements

IMarqueeTestableIsInBox(IRectangle, ICanvasContext)

See Also