Click or drag to resize

mxGraphGetCellGeometry Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the geometry for the given cell.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public mxGeometry GetCellGeometry(
	Object cell
)
Request Example View Source

Parameters

cell
Type: SystemObject
Cell whose geometry should be returned.

Return Value

Type: mxGeometry
Returns the geometry of the cell.
See Also