Click or drag to resize

mxGraphViewCreateState Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates and returns a cell state for the given cell.

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

Parameters

cell
Type: SystemObject
Cell for which a new state should be created.

Return Value

Type: mxCellState
Returns a new state for the given cell.
See Also