Click or drag to resize

mxGraphIntersects Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the bottom-most cell that intersects the given point (x, y) in the cell hierarchy that starts at the given parent.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public bool Intersects(
	mxCellState state,
	Rectangle rect
)
Request Example View Source

Parameters

state
Type: imbSCI.Graph.MXGraph.viewmxCellState
rect
Type: System.DrawingRectangle

Return Value

Type: Boolean
Returns true if the given cell state and rectangle intersect.
See Also