Click or drag to resize

mxGraphGetCellAt Method (Int32, Int32, Boolean, Object)

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

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public Object GetCellAt(
	int x,
	int y,
	bool hitSwimlaneContent,
	Object parent
)
Request Example View Source

Parameters

x
Type: SystemInt32
X-coordinate of the location to be checked.
y
Type: SystemInt32
Y-coordinate of the location to be checked.
hitSwimlaneContent
Type: SystemBoolean
parent
Type: SystemObject
that should be used as the root of the recursion.

Return Value

Type: Object
Returns the child at the given location.
See Also