Click or drag to resize

mxGraphViewUpdateCellState Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Updates the given cell state.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void UpdateCellState(
	mxCellState state,
	mxCellState source,
	mxCellState target
)
Request Example View Source

Parameters

state
Type: imbSCI.Graph.MXGraph.viewmxCellState
source
Type: imbSCI.Graph.MXGraph.viewmxCellState
target
Type: imbSCI.Graph.MXGraph.viewmxCellState
See Also