Click or drag to resize

mxGraphGetCellAt Method (Int32, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the cell at the given location.

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
)
Request Example View Source

Parameters

x
Type: SystemInt32
y
Type: SystemInt32

Return Value

Type: Object
See Also