Click or drag to resize

mxIGraphModelGetGeometry Method

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

Namespace:  imbSCI.Graph.MXGraph.model
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
mxGeometry GetGeometry(
	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 given cell.
See Also