Click or drag to resize

mxCell Constructor (Object)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Constructs a new cell for the given value.

Namespace:  imbSCI.Graph.MXGraph.model
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public mxCell(
	Object value
)
Request Example View Source

Parameters

value
Type: SystemObject
Value that represents the user object.
See Also